aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2021-01-10 21:01:12 -0800
committerDaniel Mueller <deso@posteo.net>2021-01-10 21:01:12 -0800
commita4f43e20faf5b3490da989932151514fe6c97cbc (patch)
treef22d5d5a1d93a33f719eb3202574f87f44dcbb37 /Cargo.lock
parenta992925f7dcee6a27404df0a56b47c09faed5265 (diff)
downloadnitrocli-master.tar.gz
nitrocli-master.tar.bz2
Bump version to 0.3.5HEADv0.3.5master
This change bumps the version of the crate to 0.3.5. The following notable changes have been made since 0.3.4: - Added support for configuration files - Added support for configuration files that can be used to set default values for some arguments - Added toml dependency in version 0.5.6 - Added serde dependency in version 1.0.114 - Added envy dependency in version 0.4.2 - Added merge dependency in version 0.1.0 - Added directories dependency in version 3.0.1 - Reworked connection handling for multiple attached Nitrokey devices: - Fail if multiple attached devices match the filter options (or no filter options are set) - Added --serial-number option that restricts the serial number of the device to connect to - Added --usb-path option that restricts the USB path of the device to connect to - Bumped structopt dependency to 0.3.17
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6750ad0..4af9f62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -193,7 +193,7 @@ dependencies = [
[[package]]
name = "nitrocli"
-version = "0.3.4"
+version = "0.3.5"
dependencies = [
"anyhow",
"base32",