summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2018-05-10 11:45:33 +0200
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>2018-09-01 11:39:36 +0200
commitecad72a18e798870ae3591c6ea49a2dd544ba5f3 (patch)
tree9c3f8eefb8f022159d27cc2a8ffffbd0ff9d22a0 /CHANGELOG.md
parent32fece20b4704d3a959a8a94122dea8952a11d80 (diff)
downloadnix-ecad72a18e798870ae3591c6ea49a2dd544ba5f3.zip
deps: update tempfile to 3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5bf6fff..9480cd5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#923](https://github.com/nix-rust/nix/pull/923))
### Changed
+- Increased required Rust version to 1.22.1/
+ ([#900](https://github.com/nix-rust/nix/pull/900))
### Fixed
- Made `preadv` take immutable slice of IoVec.