aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-09-05 08:40:05 -0700
committerDaniel Mueller <deso@posteo.net>2020-09-05 08:40:05 -0700
commit887f3cb9aab12b390ae9efe09c1ff7f972e51c35 (patch)
tree2e595fd4774e2363a10e74387ac5a049a182a4ce /Cargo.toml
parentd75067e6606b69c1c868b64c0ae5e8e626c01dd7 (diff)
downloadnitrocli-887f3cb9aab12b390ae9efe09c1ff7f972e51c35.tar.gz
nitrocli-887f3cb9aab12b390ae9efe09c1ff7f972e51c35.tar.bz2
Bump version to 0.3.4
This change bumps the version of the crate to 0.3.4. The following notable changes have been made since 0.3.3: - Changed default OTP format from hex to base32 - Improved error reporting format and fidelity - Added anyhow dependency in version 1.0.32 - Updated minimum required Rust version to 1.42.0 - Bumped nitrokey dependency to 0.7.1 - Bumped proc-macro2 dependency to 1.0.19 - Bumped syn dependency to 1.0.36
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 961e82f..fcc1a6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@
[package]
name = "nitrocli"
-version = "0.3.3"
+version = "0.3.4"
edition = "2018"
authors = ["Daniel Mueller <deso@posteo.net>"]
license = "GPL-3.0-or-later"