summaryrefslogtreecommitdiff
path: root/CHANGELOG.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 /CHANGELOG.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 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e2c9680..c2037cb5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -50,6 +50,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
where it previously would've had undefined behavior.
(#[1484](https://github.com/nix-rust/nix/pull/1484))
+- Minimum supported Rust version is now 1.46.0.
+ ([#1492](https://github.com/nix-rust/nix/pull/1492))
+
### Fixed
- Added more errno definitions for better backwards compatibility with