From 6bf2c62147a632f13509ef37942517ae05a421d3 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 3 Jan 2020 13:57:25 -0800 Subject: 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 --- nitrocli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nitrocli/Cargo.toml') 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 "] license = "GPL-3.0-or-later" -- cgit v1.2.1