For example, some crates set edition = "2024" but don't specify an MSRV. However, Edition 2024 implies a lower bound MSRV of 1.85. It would be great if cargo2rpm would generate a lower-bound rust >= <x> (build) dependency even if the rust-version setting itself is not set. This would avoid cryptic build errors, and make them dependency errors instead.
edition = "2024"
rust >= <x>
rust-version
Implemented in commit https://pagure.io/fedora-rust/cargo2rpm/c/9c8048d
Metadata Update from @decathorpe: - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.