Skip to content

Commit e587de7

Browse files
committed
Declare the MSRV in Cargo.toml
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
1 parent da49e4f commit e587de7

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)