From 639a34b1cfb3a3d625a27b5b1881a670069a3369 Mon Sep 17 00:00:00 2001 From: Marcus Heese Date: Thu, 1 Nov 2018 23:08:49 -0700 Subject: [PATCH] bumping release to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c1497b..112e74d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ # limitations under the License. [package] name = "pkcs11" -version = "0.3.0" +version = "0.3.1" authors = ["Marcus Heese "] description = "Rust PKCS#11 Library" #documentation = "https://github.com/mheese/rust-pkcs11"