frewsxcv / rust-crates-index

Rust library for retrieving and interacting with the crates.io index
https://docs.rs/crates-index/
Apache License 2.0
72 stars 37 forks source link

feat: Add support for 'rust_version' #103

Closed epage closed 1 year ago

epage commented 1 year ago

This was added to the index in rust-lang/crates.io#6267. crates.io is automatically injecting it into the index, even without using the nightly cargo that supports it.

My plan is to use this to make cargo-upgrade more MSRV aware (in version reqs despite the resolver not yet being MSRV aware).

kornelski commented 1 year ago

Thank you.

epage commented 1 year ago

Would you be willing to make a release with this change so I can start using it?