Skip to content

Commit 884ffcd

Browse files
committed
Bump cryptoki and cryptoki-sys
1 parent a3dc12a commit 884ffcd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptoki-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cryptoki-sys"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Contributors to the Parsec project"]
55
edition = '2021'
66
description = "FFI wrapper around the PKCS #11 API"

cryptoki/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cryptoki"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Contributors to the Parsec project"]
55
edition = '2021'
66
description = "Rust-native wrapper around the PKCS #11 API"
@@ -16,7 +16,7 @@ rust-version = "1.66.0"
1616
bitflags = "1.3"
1717
libloading = "0.8.6"
1818
log = "0.4.14"
19-
cryptoki-sys = { path = "../cryptoki-sys", version = "0.3.0" }
19+
cryptoki-sys = { path = "../cryptoki-sys", version = "0.4.0" }
2020
paste = "1.0.6"
2121
secrecy = "0.8.0"
2222

0 commit comments

Comments
 (0)