Skip to content

Commit

Permalink
Merge pull request #91 from hug-dev/new-release
Browse files Browse the repository at this point in the history
Upgrade `psa-crypto-sys` version
  • Loading branch information
hug-dev authored Aug 2, 2021
2 parents f8f1272 + d593612 commit e1ecdf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.8.0"
version = "0.9.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "Wrapper around the PSA Cryptography API"
Expand Down
7 changes: 4 additions & 3 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.8.0"
version = "0.9.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "Wrapper around the PSA Cryptography API"
Expand All @@ -11,10 +11,11 @@ license = "Apache-2.0"
repository = "https://github.com/parallaxsecond/rust-psa-crypto"

[dependencies]
psa-crypto-sys = { path = "../psa-crypto-sys", version = "0.8.0", default-features = false }
psa-crypto-sys = { path = "../psa-crypto-sys", version = "0.9.0", default-features = false }
log = "0.4.11"
serde = { version = "1.0.115", features = ["derive"] }
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
# Versions 1.4.x no longer compiles with Rust version 1.46.0
zeroize = { version = "<=1.3.0", features = ["zeroize_derive"] }

[dev-dependencies]
rsa = "0.3.0"
Expand Down

0 comments on commit e1ecdf1

Please sign in to comment.