Skip to content

Commit

Permalink
update crate versions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Nov 10, 2023
1 parent e970c46 commit db3141a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["askar-crypto", "askar-storage"]

[package]
name = "aries-askar"
version = "0.3.0-dev.1"
version = "0.3.0"
authors = ["Hyperledger Aries Contributors <[email protected]>"]
edition = "2021"
description = "Hyperledger Aries Askar secure storage"
Expand Down Expand Up @@ -48,7 +48,7 @@ serde_json = "1.0"
zeroize = "1.5"

[dependencies.askar-crypto]
version = "0.2.5"
version = "0.3"
path = "./askar-crypto"
features = ["all_keys", "any_key", "argon2", "crypto_box", "std"]

Expand Down
2 changes: 1 addition & 1 deletion askar-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askar-crypto"
version = "0.2.5"
version = "0.3.0"
authors = ["Hyperledger Aries Contributors <[email protected]>"]
edition = "2021"
description = "Hyperledger Aries Askar cryptography"
Expand Down
2 changes: 1 addition & 1 deletion askar-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ uuid = { version = "1.2", features = ["v4"] }
zeroize = "1.5"

[dependencies.askar-crypto]
version = "0.2.5"
version = "0.3"
path = "../askar-crypto"
default-features = false
features = ["alloc", "argon2", "chacha", "std_rng"]
Expand Down

0 comments on commit db3141a

Please sign in to comment.