summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-08-13 17:37:00 -0600
committerAlan Somers <asomers@gmail.com>2021-08-13 17:39:04 -0600
commit5495bbce52d3541f90d13e692a1cef34e186e100 (patch)
tree52a583b6918b980c9d667447ccf578f0ab543548 /README.md
parente9ea8441caacfb72a5111a8a3c3acadf2573c63c (diff)
downloadnix-5495bbce52d3541f90d13e692a1cef34e186e100.zip
Fix the build with bitflags-1.3.0 and newer
Bitflags raised its MSRV in a minor version, forcing all consumers to follow suit. Fixes #1491
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 895ef1ee..52ac53f4 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ Tier 3:
## Usage
-`nix` requires Rust 1.41.0 or newer.
+`nix` requires Rust 1.46.0 or newer.
To use `nix`, add this to your `Cargo.toml`: