aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-01-03 13:57:25 -0800
committerDaniel Mueller <deso@posteo.net>2020-01-03 13:57:25 -0800
commit6bf2c62147a632f13509ef37942517ae05a421d3 (patch)
tree2743ef973e6ca62bf54c3e3d1bc1cf2c46b727de /nitrocli/Cargo.toml
parentfd091b04316db9dc5fafadbd6bdbe60b127408a9 (diff)
downloadnitrocli-6bf2c62147a632f13509ef37942517ae05a421d3.tar.gz
nitrocli-6bf2c62147a632f13509ef37942517ae05a421d3.tar.bz2
Bump version to 0.3.1
This change bumps the version of the crate to 0.3.1. The following notable changes have been made since 0.3.0: - Added note about interaction with GnuPG to README file - Bumped nitrokey dependency to 0.4.0 - Bumped nitrokey-sys dependency to 3.5.0 - Added lazy_static dependency in version 1.4.0 - Added cfg-if dependency in version 0.1.10 - Added getrandom dependency in version 0.1.13
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r--nitrocli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index 273b9c8..a18cae9 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -19,7 +19,7 @@
[package]
name = "nitrocli"
-version = "0.3.0"
+version = "0.3.1"
edition = "2018"
authors = ["Daniel Mueller <deso@posteo.net>"]
license = "GPL-3.0-or-later"