summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-12-15 05:42:58 +0000
committerGitHub <noreply@github.com>2021-12-15 05:42:58 +0000
commit51976476ae3ff068b5403d39631f875e5fa701f4 (patch)
treefc5043c3b220e06dcaaba96631965d254a6c078a /Cargo.toml
parenta037c334cfa614c3a99a2dc81d9c8a76ede34bdb (diff)
parente587de7546ac17c36b96d6f99f11a132fe5acb9d (diff)
downloadnix-51976476ae3ff068b5403d39631f875e5fa701f4.zip
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 <asomers@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f5c7a565..5fb899b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
version = "0.23.0"
+rust-version = "1.46"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"