From cd48251ec3ae9ba9bdd5af1b3911500ac136ed8e Mon Sep 17 00:00:00 2001 From: Hugues de Valon Date: Wed, 13 Nov 2024 10:58:02 +0100 Subject: [PATCH] chore: upgrade version number before publishing Signed-off-by: Hugues de Valon --- Cargo.lock | 2 +- cryptoki-sys/Cargo.toml | 2 +- cryptoki/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de0bc8ca..f51236d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "cryptoki-sys" -version = "0.1.8" +version = "0.2.0" dependencies = [ "bindgen", "libloading 0.7.4", diff --git a/cryptoki-sys/Cargo.toml b/cryptoki-sys/Cargo.toml index abee5d82..198b71b7 100644 --- a/cryptoki-sys/Cargo.toml +++ b/cryptoki-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptoki-sys" -version = "0.1.8" +version = "0.2.0" authors = ["Contributors to the Parsec project"] edition = '2018' description = "FFI wrapper around the PKCS #11 API" diff --git a/cryptoki/Cargo.toml b/cryptoki/Cargo.toml index fd970270..82e56b93 100644 --- a/cryptoki/Cargo.toml +++ b/cryptoki/Cargo.toml @@ -17,7 +17,7 @@ bitflags = "1.3" libloading = "0.7.0" log = "0.4.14" psa-crypto = { version = "0.12.0", default-features = false, optional = true } -cryptoki-sys = { path = "../cryptoki-sys", version = "0.1.7" } +cryptoki-sys = { path = "../cryptoki-sys", version = "0.2.0" } paste = "1.0.6" secrecy = "0.8.0"