We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1215b commit 7f4cd92Copy full SHA for 7f4cd92
cryptoki-rustcrypto/Cargo.toml
@@ -11,7 +11,7 @@ license = "Apache-2.0"
11
repository = "https://github.com/parallaxsecond/rust-cryptoki"
12
13
[dependencies]
14
-cryptoki = { path = "../cryptoki", version = "0.6.1" }
+cryptoki = { path = "../cryptoki", version = "0.7.0" }
15
der = "=0.8.0-pre.0"
16
ecdsa = "=0.17.0-pre.5"
17
p224 = { version = "=0.14.0-pre", features = ["pkcs8"] }
0 commit comments