diff --git a/Cargo.toml b/Cargo.toml index a868792d..4dd6561b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" description = "Hyperledger Aries Askar secure storage" @@ -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"] diff --git a/askar-crypto/Cargo.toml b/askar-crypto/Cargo.toml index c1aacabc..75897321 100644 --- a/askar-crypto/Cargo.toml +++ b/askar-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askar-crypto" -version = "0.2.5" +version = "0.3.0" authors = ["Hyperledger Aries Contributors "] edition = "2021" description = "Hyperledger Aries Askar cryptography" diff --git a/askar-storage/Cargo.toml b/askar-storage/Cargo.toml index f48ea06e..b29bd276 100644 --- a/askar-storage/Cargo.toml +++ b/askar-storage/Cargo.toml @@ -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"]