#17 RFE: use "package.edition" as MSRV lower bound when "package.rust-version" is not set
Closed by decathorpe. Opened by decathorpe.

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.


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.

Metadata