aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-04-16 09:24:59 -0700
committerDaniel Mueller <deso@posteo.net>2020-04-16 09:24:59 -0700
commit7db5473703f3bda478441866101919865d16d902 (patch)
tree1a5a0821be33fa45f141ffb6ae14c4d00b2b8c67 /CHANGELOG.md
parentddeab1e16257403192ebfa2337078bfacb8b1428 (diff)
downloadnitrocli-7db5473703f3bda478441866101919865d16d902.tar.gz
nitrocli-7db5473703f3bda478441866101919865d16d902.tar.bz2
Convert Cargo.lock to new lock file format
Since version 1.38.0 of Rust, Cargo has built in support for a new lock file format that aims at reducing merge conflicts of unrelated changes. Given that we require an even more recent version of Rust, it seems safe to switch over to this new format (which by now is the default for new projects anyway). This patch changes the format of Cargo.lock accordingly.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 142b288..fa9938c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ Unreleased
----------
- Added bash completion support via `shell-complete` utility program
- Updated minimum required Rust version to `1.40.0`
+- Converted `Cargo.lock` to new lock file format
- Bumped `libc` dependency to `0.2.69`
- Bumped `structopt` dependency to `0.3.13`
- Bumped various transitive dependencies to most recent versions