Skip to content

Commit 7f4cd92

Browse files
committed
fixup cryptoki version
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
1 parent bc1215b commit 7f4cd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptoki-rustcrypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "Apache-2.0"
1111
repository = "https://github.com/parallaxsecond/rust-cryptoki"
1212

1313
[dependencies]
14-
cryptoki = { path = "../cryptoki", version = "0.6.1" }
14+
cryptoki = { path = "../cryptoki", version = "0.7.0" }
1515
der = "=0.8.0-pre.0"
1616
ecdsa = "=0.17.0-pre.5"
1717
p224 = { version = "=0.14.0-pre", features = ["pkcs8"] }

0 commit comments

Comments
 (0)