Skip to content

Commit 6811dca

Browse files
committed
Bump cryptoki
1 parent e4c8d13 commit 6811dca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/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.8.0"
3+
version = "0.9.0"
44
authors = ["Contributors to the Parsec project"]
55
edition = '2018'
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.7.0"
1818
log = "0.4.14"
19-
cryptoki-sys = { path = "../cryptoki-sys", version = "0.2.0" }
19+
cryptoki-sys = { path = "../cryptoki-sys", version = "0.3.0" }
2020
paste = "1.0.6"
2121
secrecy = "0.8.0"
2222

0 commit comments

Comments
 (0)