summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2019-08-22 01:18:37 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-08-28 18:43:46 -0300
commit11f5e0d1bf4f55c272a8b85a05ba00eef6b84a8b (patch)
treec4fb0a6374333bda67635c92c6855e2c501fc08d /README.md
parent22b2cc542631eac3edba80e2dcfa220cb19902ca (diff)
downloadnix-11f5e0d1bf4f55c272a8b85a05ba00eef6b84a8b.zip
Raise minimum supported Rust version to 1.36.0
The minimum supported Rust version is being raised to 1.36.0 as this is the first release to support the `mem::MaybeUninit` feature. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e540ba5..f3a3c09a 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Tier 2:
## Usage
-`nix` requires Rust 1.31.0 or newer.
+`nix` requires Rust 1.36.0 or newer.
To use `nix`, first add this to your `Cargo.toml`: