aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-08-30 19:02:36 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-08-30 19:02:36 +0200
commit1d36e2e1195fc9046e36f38dfe943198027e84ca (patch)
tree1d2b82d3e8be6d86890d5292ac02cb6e54605252 /Cargo.toml
parentb2607cbd3f239be9d09204921db278424cc7a6be (diff)
downloadnitrokey-rs-1d36e2e1195fc9046e36f38dfe943198027e84ca.tar.gz
nitrokey-rs-1d36e2e1195fc9046e36f38dfe943198027e84ca.tar.bz2
Release v0.7.1v0.7.1
This patch release contains a minor change to the Error enum so that error handling frameworks like anyhow don’t produce redundant error messages.
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 00c41ce..6eb52eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "nitrokey"
-version = "0.7.0"
+version = "0.7.1"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"
homepage = "https://code.ireas.org/nitrokey-rs/"