Skip to content

Commit

Permalink
Update aws-lc-sys (#71)
Browse files Browse the repository at this point in the history
aws-lc-rs released a minor update bringing in a major update of a sys
crate, causing 2 sys crates to be linked together (since we depend
directly on this sys crate too), leading to duplicate symbol errors.
  • Loading branch information
stefunctional authored Jan 29, 2024
1 parent da44ac6 commit bed6f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mls-rs-crypto-awslc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ keywords = ["mls", "mls-rs", "aws-lc"]
license = "Apache-2.0 OR MIT"

[dependencies]
aws-lc-rs = "1.5.1"
aws-lc-sys = { version = "0.12.0" }
aws-lc-rs = "1.6.1"
aws-lc-sys = { version = "0.13.0" }
mls-rs-core = { path = "../mls-rs-core", version = "0.17.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.8.0" }
mls-rs-crypto-traits = { path = "../mls-rs-crypto-traits", version = "0.9.0" }
Expand Down

0 comments on commit bed6f60

Please sign in to comment.