Skip to content

Commit

Permalink
Merge branch 'main' into kotlin-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mulmarta authored Apr 17, 2024
2 parents 3adc628 + 0de17d4 commit 8e49914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.11.1"
version = "0.11.2"
edition = "2021"
description = "AWS-LC based CryptoProvider for mls-rs"
homepage = "https://github.com/awslabs/mls-rs"
Expand All @@ -9,8 +9,8 @@ keywords = ["mls", "mls-rs", "aws-lc"]
license = "Apache-2.0 OR MIT"

[dependencies]
aws-lc-rs = "1.6.4"
aws-lc-sys = { version = "0.14.1" }
aws-lc-rs = "1.7.0"
aws-lc-sys = { version = "0.15.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" }
Expand Down

0 comments on commit 8e49914

Please sign in to comment.