diff options
author | Daniel Mueller <deso@posteo.net> | 2020-04-05 12:16:46 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-04-05 12:16:46 -0700 |
commit | 95358de8ec4e2c9fb7254d65fb9147fb118e2f78 (patch) | |
tree | e413d5b4cbdd4b9bb2194f1665cdbaf887dcae7b /CHANGELOG.md | |
parent | cac16996ffc4ef15e3eaf2943a7ac42c921f55ac (diff) | |
download | nitrocli-95358de8ec4e2c9fb7254d65fb9147fb118e2f78.tar.gz nitrocli-95358de8ec4e2c9fb7254d65fb9147fb118e2f78.tar.bz2 |
Update minimum required Rust version to 1.40.0
This change updates the minimum required version of Rust to 1.40.0.
Among other changes, this version stabilized std::mem::take, which is
something we will use with subsequent changes.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 13944e1..37b622f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Unreleased ---------- - Added bash completion support via `shell-complete` utility program +- Updated minimum required Rust version to `1.40.0` 0.3.2 |