From 1d36e2e1195fc9046e36f38dfe943198027e84ca Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 30 Aug 2020 19:02:36 +0200 Subject: Release v0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch release contains a minor change to the Error enum so that error handling frameworks like anyhow don’t produce redundant error messages. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" -- cgit v1.2.1