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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 640a89b..fd057e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "nitrocli" -version = "0.3.4" +version = "0.3.5" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later" -- cgit v1.2.1