summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2022-11-12 19:51:18 -0800
committerAlex Saveau <saveau.alexandre@gmail.com>2022-12-04 13:44:49 -0800
commit1f68cf663360cf8ce299ff1ea613f699a05f65b3 (patch)
treec90be33369cb77854a10afdd9bcbab8a168fa12f /CHANGELOG.md
parent3286c4df4871505c46d41f1aec10e984aa07e960 (diff)
downloadnix-1f68cf663360cf8ce299ff1ea613f699a05f65b3.zip
Bump MSRV to 1.63 for I/O safety
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d708ba72..4f7855d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1662](https://github.com/nix-rust/nix/pull/1662))
### Changed
+
+- The MSRV is now 1.63
+ ([#1862](https://github.com/nix-rust/nix/pull/1862))
+
### Fixed
### Removed