From 550a730cb7ab9c9e3963ba46ac7cad93535f13d5 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Tue, 31 Mar 2020 19:41:37 -0700 Subject: Bump version to 0.3.2 This change bumps the version of the crate to 0.3.2. The following notable changes have been made since 0.3.1: - Added the list command that lists all attached Nitrokey devices - Reworked argument handling: - Added structopt dependency in version 0.3.7 - Replaced argparse with structopt - Removed argparse dependency - Made the --verbose and --model options global - Removed vendored dependencies and moved source code into repository root - Bumped nitrokey dependency to 0.6.0 - Bumped quote dependency to 1.0.3 - Bumped syn dependency to 1.0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4ad53eb..2a05d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ [package] name = "nitrocli" -version = "0.3.1" +version = "0.3.2" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later" -- cgit v1.2.1