Skip to content

Commit

Permalink
core and openssl version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleavy committed Jun 20, 2024
1 parent 506ccae commit 05ea418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mls-rs-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mls-rs-core"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "Core components and traits for mls-rs"
homepage = "https://github.com/awslabs/mls-rs"
Expand Down
2 changes: 1 addition & 1 deletion mls-rs-crypto-awslc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT"
[dependencies]
aws-lc-rs = "=1.7.3"
aws-lc-sys = { version = "0.18.0" }
mls-rs-core = { path = "../mls-rs-core", version = "=0.18.0" }
mls-rs-core = { path = "../mls-rs-core", version = "0.18.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.9.0" }
mls-rs-crypto-traits = { path = "../mls-rs-crypto-traits", version = "0.10.0" }
mls-rs-identity-x509 = { path = "../mls-rs-identity-x509", version = "0.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion mls-rs-crypto-openssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mls-rs-crypto-openssl"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
description = "OpenSSL based CryptoProvider for mls-rs"
homepage = "https://github.com/awslabs/mls-rs"
Expand Down

0 comments on commit 05ea418

Please sign in to comment.