Skip to content

Commit

Permalink
Use released CryptoCore version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrezot committed Jun 11, 2024
1 parent 001c527 commit e62f2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ required-features = ["serialization"]
serialization = []

[dependencies]
cosmian_crypto_core = { git="https://github.com/Cosmian/crypto_core.git", branch="develop", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
cosmian_crypto_core = { version="9.4", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
pqc_kyber = { version = "0.7", features = ["std", "kyber768"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
Expand Down

0 comments on commit e62f2f6

Please sign in to comment.