aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-07 18:00:49 -0800
committerDaniel Mueller <deso@posteo.net>2019-01-07 18:00:49 -0800
commitb78c29aad97ddc1913a7fb445c7cc48dc5ae4764 (patch)
tree21efaf2004163a1301f6e5ccd67b79733b5a2d95 /nitrocli/Cargo.lock
parent25258409c09d408c1ccd332ffcdb6ed0e183f54d (diff)
downloadnitrocli-b78c29aad97ddc1913a7fb445c7cc48dc5ae4764.tar.gz
nitrocli-b78c29aad97ddc1913a7fb445c7cc48dc5ae4764.tar.bz2
Bump version to 0.2.1
This change bumps the version of the crate to 0.2.1. The following notable changes have been made since 0.2.0: - Added the pws command for accessing the password safe - Added the lock command for locking the Nitrokey device - Adjust release build compile options to optimize binary for size - Bumped nitrokey dependency to 0.2.3 - Bumped rand dependency to 0.6.1 - Added rustc_version version 0.2.3, semver version 0.9.0, and semver-parser version 0.7.0 as indirect dependencies - Bumped cc dependency to 1.0.28
Diffstat (limited to 'nitrocli/Cargo.lock')
-rw-r--r--nitrocli/Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock
index ae75d07..01f74f4 100644
--- a/nitrocli/Cargo.lock
+++ b/nitrocli/Cargo.lock
@@ -51,7 +51,7 @@ replace = "libc 0.2.45"
[[package]]
name = "nitrocli"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"argparse 0.2.2",
"libc 0.2.45",