Skip to content

Commit

Permalink
Fix merge - Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Nov 21, 2023
1 parent 20ce11d commit 4a5a55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-lc-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fips = ["dep:aws-lc-fips-sys"]

[dependencies]
untrusted = { version = "0.7.1", optional = true }
aws-lc-sys = { version = "0.12.0", path = "../aws-lc-sys", optional = true }
aws-lc-fips-sys = { version = "0.11.1", path = "../aws-lc-fips-sys", optional = true }
aws-lc-sys = { version = "0.12.1", path = "../aws-lc-sys", optional = true }
aws-lc-fips-sys = { version = "0.11.2", path = "../aws-lc-fips-sys", optional = true }
zeroize = "1.7"
mirai-annotations = "1.12.0"

Expand Down

0 comments on commit 4a5a55b

Please sign in to comment.