diff --git a/Cargo.lock b/Cargo.lock index 9db2df6..5c412dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "cryptoki-bridge" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aes", "bincode", diff --git a/Cargo.toml b/Cargo.toml index e90907c..573aec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptoki-bridge" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A PKCS#11 implementation that delegates tasks to a MeeSign server instance." authors = ["Kristian Mika "]