Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move MSRV to cargo.toml and remove build.rs #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucab
Copy link

@lucab lucab commented Oct 1, 2024

This reworks MSRV detection logic, using the rust-version field in Cargo manifest. It allows dropping build.rs and removing the version_check build-dependency.

Ref: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field

This reworks MSRV detection logic, using the `rust-version` field
in Cargo manifest. It allows dropping `build.rs` and removing
the `version_check` build-dependency.

Ref: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
@lucab
Copy link
Author

lucab commented Oct 1, 2024

/cc @ejmahler for review.

@HEnquist
Copy link
Contributor

HEnquist commented Oct 1, 2024

The solution with build.rs was created to allow different msrv for different features and architectures. This isn't needed right now, but will be again once this get completed for example: #144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants