Skip to content

Commit ad03081

Browse files
Merge pull request #91 from paulhowardarm/master
Consume psa-crypto at version 0.6.1 and bump interface to 0.22.0 Signed-off-by: Paul Howard <[email protected]>
2 parents de4cbe6 + 122407d commit ad03081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-interface"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["Paul Howard <[email protected]>",
55
"Ionut Mihalcea <[email protected]>",
66
"Hugues de Valon <[email protected]>"]
@@ -25,7 +25,7 @@ prost = "0.6.1"
2525
arbitrary = { version = "0.4.6", features = ["derive"], optional = true }
2626
uuid = "0.8.1"
2727
log = "0.4.11"
28-
psa-crypto = { git = "https://github.com/parallaxsecond/rust-psa-crypto", rev = "18dd4dda96d8b61d2e112b9e6ad83e90fe768d78", default-features = false }
28+
psa-crypto = { version = "0.6.1", default-features = false }
2929
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
3030
secrecy = { version = "0.7.0", features = ["serde"] }
3131
derivative = "2.1.1"

0 commit comments

Comments
 (0)