From eabca4c9612ae24911cca2ea1917f5c0fb2df9e9 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 26 Jan 2019 21:49:01 -0800 Subject: 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 --- nitrocli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nitrocli/Cargo.toml') 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 "] license = "GPL-3.0-or-later" -- cgit v1.2.1