From 8f72f038cab8e61fb162c12c4bd4cbaa243faa2d Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 14 Jul 2020 21:52:06 +0200 Subject: Release v0.7.0 This release changes the Error enum to implement Send, Sync and 'static for compatibility with error handling crates like anyhow. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f2d859d..00c41ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nitrokey" -version = "0.6.0" +version = "0.7.0" authors = ["Robin Krahl "] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" -- cgit v1.2.1