summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-12-04 22:04:49 +0000
committerGitHub <noreply@github.com>2022-12-04 22:04:49 +0000
commite756c967e837a0b3c8bb785b8bb56dde1f6c05eb (patch)
tree022a92052d492ef559bcab576dbd1b1cfa3305a9 /CHANGELOG.md
parent3286c4df4871505c46d41f1aec10e984aa07e960 (diff)
parentbc2b023e2473531448e1e24502da746dca9ff2ac (diff)
downloadnix-e756c967e837a0b3c8bb785b8bb56dde1f6c05eb.zip
Merge #1862
1862: Bump MSRV to 1.63 for I/O safety r=asomers a=SUPERCILEX Prep for https://github.com/nix-rust/nix/issues/1750 Co-authored-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