Skip to content

Commit 5197647

Browse files
bors[bot]asomers
andauthored
Merge #1561
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 <[email protected]>
2 parents a037c33 + e587de7 commit 5197647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "nix"
33
description = "Rust friendly bindings to *nix APIs"
44
edition = "2018"
55
version = "0.23.0"
6+
rust-version = "1.46"
67
authors = ["The nix-rust Project Developers"]
78
repository = "https://github.com/nix-rust/nix"
89
license = "MIT"

0 commit comments

Comments
 (0)