From a4f43e20faf5b3490da989932151514fe6c97cbc Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 10 Jan 2021 21:01:12 -0800 Subject: Bump version to 0.3.5 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 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') 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", -- cgit v1.2.1