Skip to content

Commit

Permalink
Bump version of aws-lc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Mar 6, 2025
1 parent 5224ee3 commit c7b16cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mls-rs-crypto-awslc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mls-rs-crypto-awslc"
version = "0.15.0"
version = "0.16.0"
edition = "2021"
description = "AWS-LC based CryptoProvider for mls-rs"
homepage = "https://github.com/awslabs/mls-rs"
Expand All @@ -15,9 +15,9 @@ post-quantum = ["aws-lc-rs/unstable", "mls-rs-core/post-quantum"]
default = ["non-fips"]

[dependencies]
aws-lc-rs = { version = "=1.12.0", default-features = false, features = ["alloc"] }
aws-lc-sys = { version = "=0.24.1", optional = true }
aws-lc-fips-sys = { version = "=0.13.0", optional = true }
aws-lc-rs = { version = "=1.12", default-features = false, features = ["alloc"] }
aws-lc-sys = { version = "=0.26", optional = true }
aws-lc-fips-sys = { version = "=0.13", optional = true }
mls-rs-core = { path = "../mls-rs-core", version = "0.21.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.14.0" }
mls-rs-crypto-traits = { path = "../mls-rs-crypto-traits", version = "0.15.0" }
Expand Down
2 changes: 1 addition & 1 deletion mls-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ serde = { version = "1.0", default-features = false, features = ["alloc", "deriv
hex = { version = "^0.4.3", default-features = false, features = ["serde", "alloc"], optional = true }

# Only for benchmarks
mls-rs-crypto-awslc = { path = "../mls-rs-crypto-awslc", optional = true, version = "0.15" }
mls-rs-crypto-awslc = { path = "../mls-rs-crypto-awslc", optional = true, version = "0.16" }

# Async mode dependencies
[target.'cfg(mls_build_async)'.dependencies]
Expand Down

0 comments on commit c7b16cf

Please sign in to comment.