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

Declare the MSRV in Cargo.toml #1561

Merged
merged 1 commit into from Dec 15, 2021
Merged

Declare the MSRV in Cargo.toml #1561

merged 1 commit into from Dec 15, 2021

Conversation

asomers
Copy link
Member

@asomers asomers commented Oct 15, 2021

This is a new feature in Cargo 1.56.0, currently in beta. Once Nix's
MSRV is >= 1.56.0, this feature will prevent future problems like the
bitflags 1.3.0 fiasco.

Issue #1491
Issue #1510
Issue #1548
Issue #1555

This is a new feature in Cargo 1.56.0, currently in beta.  Once Nix's
MSRV is >= 1.56.0, this feature will prevent future problems like the
bitflags 1.3.0 fiasco.

Issue nix-rust#1491
Issue nix-rust#1510
Issue nix-rust#1548
Issue nix-rust#1555
@asomers asomers added this to the 0.23.1 milestone Oct 16, 2021
rivy added a commit to rivy/rs.coreutils that referenced this pull request Nov 14, 2021
- possibly causing the CI codecov break for MacOS
- ref: [MacOS: Undefined symbols for architecture x86_64](nix-rust/nix#1588)
- ref: [Cannot have nix 0.20 and 0.23 in same package due to conflicting bitflags requirement](nix-rust/nix#1555)
- ref: [Declare the MSRV in Cargo.toml](nix-rust/nix#1561)
@rtzoeller
Copy link
Collaborator

bors r+

bors bot added a commit that referenced this pull request Dec 15, 2021
1561: Declare the MSRV in Cargo.toml r=rtzoeller a=asomers

This is a new feature in Cargo 1.56.0, currently in beta.  Once Nix's
MSRV is >= 1.56.0, this feature will prevent future problems like the
bitflags 1.3.0 fiasco.

Issue #1491
Issue #1510
Issue #1548
Issue #1555

Co-authored-by: Alan Somers <asomers@gmail.com>
@bors
Copy link
Contributor

bors bot commented Dec 15, 2021

Build failed:

@rtzoeller
Copy link
Collaborator

I'll look into the failure, but at first glance it's coming from within rustc. I'm tempted to say we should skip the check for this PR/until it's fixed, since DragonFly is a tier 3 target.

@rtzoeller
Copy link
Collaborator

bors retry

@bors bors bot merged commit 5197647 into nix-rust:master Dec 15, 2021
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.

None yet

2 participants