Skip to content

Commit

Permalink
Bump psa-crypto (0.2.2), psa-crypto-sys (0.2.3)
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
  • Loading branch information
hug-dev committed Jul 6, 2020
1 parent 44486bb commit aed8881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion psa-crypto-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psa-crypto-sys"
version = "0.2.2"
version = "0.2.3"
authors = ["Edmund Grimley Evans <edmund.grimley-evans@arm.com>",
"Paul Howard <paul.howard@arm.com>",
"Ionut Mihalcea <ionut.mihalcea@arm.com>",
Expand Down
4 changes: 2 additions & 2 deletions psa-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psa-crypto"
version = "0.2.1"
version = "0.2.2"
authors = ["Edmund Grimley Evans <edmund.grimley-evans@arm.com>",
"Paul Howard <paul.howard@arm.com>",
"Ionut Mihalcea <ionut.mihalcea@arm.com>",
Expand All @@ -14,7 +14,7 @@ license = "Apache-2.0"
repository = "https://github.com/parallaxsecond/rust-psa-crypto"

[dependencies]
psa-crypto-sys = { path = "../psa-crypto-sys", version = "0.2.0", default-features = false }
psa-crypto-sys = { path = "../psa-crypto-sys", version = "0.2.3", default-features = false }
log = "0.4.8"
serde = { version = "1.0.110", features = ["derive"] }
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
Expand Down

0 comments on commit aed8881

Please sign in to comment.