aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-26 21:49:01 -0800
committerDaniel Mueller <deso@posteo.net>2019-01-26 21:49:01 -0800
commiteabca4c9612ae24911cca2ea1917f5c0fb2df9e9 (patch)
tree04c8762195865c38bcd5d357c50522ac629c0fbf /nitrocli/Cargo.toml
parent65ae7854a479e6d57b0f6c8603065d768032ffae (diff)
downloadnitrocli-eabca4c9612ae24911cca2ea1917f5c0fb2df9e9.tar.gz
nitrocli-eabca4c9612ae24911cca2ea1917f5c0fb2df9e9.tar.bz2
Bump version to 0.2.3
This change bumps the version of the crate to 0.2.3. The following notable changes have been made since 0.2.2: - Added the storage hidden subcommand for working with hidden volumes - Store cached PINs on a per-device basis to better support multi-device scenarios - Further decreased binary size by using system allocator - Bumped nitrokey dependency to 0.3.4 - Bumped rand dependency to 0.6.4 - Removed rustc_version, semver, and semver-parser dependencies - Bumped nitrokey-sys dependency to 3.4.3 - Bumped libc dependency to 0.2.47
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r--nitrocli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index ace082e..69f2d3c 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -19,7 +19,7 @@
[package]
name = "nitrocli"
-version = "0.2.2"
+version = "0.2.3"
edition = "2018"
authors = ["Daniel Mueller <deso@posteo.net>"]
license = "GPL-3.0-or-later"