summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2019-03-10 08:23:52 -0700
committerBryant Mairs <bryant@mai.rs>2019-06-09 10:38:16 -0700
commit2075ac70bdd4848b08213a237feb32f5506096e0 (patch)
treecd5812ce2cd5b353f1e6c8cb08951e70a977d483 /README.md
parent83407c536e6614c995e0271a984d568799076ab7 (diff)
downloadnix-2075ac70bdd4848b08213a237feb32f5506096e0.zip
Enable libc extra_traits feature
Also bump Rust requirement to 1.25 which is a requirement of that feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 23a20532..41ee98a5 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,7 @@ limitations. Support for platforms is split into three tiers:
*do not* block the inclusion of new code. Testing may be run, but
failures in tests don't block the inclusion of new code.
-The following targets are all supported by nix on Rust 1.24.1 or newer (unless
-otherwise noted):
+The following targets are supported by `nix`:
Tier 1:
* aarch64-unknown-linux-gnu
@@ -84,6 +83,8 @@ Tier 2:
## Usage
+`nix` requires Rust 1.25.0 or newer.
+
To use `nix`, first add this to your `Cargo.toml`:
```toml