aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-28 21:04:01 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-28 21:05:57 +0100
commitebe75339a3fb29c51ea22a0bb25fd113b15759f1 (patch)
tree41b4ecbb8d2bdd72aa448790176c56b768999149 /Cargo.toml
parentebd754d88330478981f65e4724cc561ceff4f9e7 (diff)
downloadnitrokey-rs-ebe75339a3fb29c51ea22a0bb25fd113b15759f1.tar.gz
nitrokey-rs-ebe75339a3fb29c51ea22a0bb25fd113b15759f1.tar.bz2
Release v0.5.2v0.5.2
This patch release makes the handling of the randomly generated temporary passwords more robust.
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 59af067..e6e8ec7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "nitrokey"
-version = "0.5.1"
+version = "0.5.2"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"
homepage = "https://code.ireas.org/nitrokey-rs/"