Skip to content

Commit

Permalink
Prepare v1.12.2 (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth authored Jan 21, 2025
1 parent 44fa00d commit 5200f6e
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
@@ -1,7 +1,7 @@
[package]
name = "aws-lc-rs"
authors = ["AWS-LibCrypto"]
version = "1.12.1"
version = "1.12.2"
# this crate re-exports whatever sys crate that was selected
links = "aws_lc_rs_1_12_1_sys"
edition = "2021"
Expand Down Expand Up @@ -48,7 +48,7 @@ fips = ["dep:aws-lc-fips-sys"]
[dependencies]
untrusted = { version = "0.7.1", optional = true }
aws-lc-sys = { version = "0.25.0", path = "../aws-lc-sys", optional = true }
aws-lc-fips-sys = { version = "0.13.0", path = "../aws-lc-fips-sys", optional = true }
aws-lc-fips-sys = { version = "0.13.1", path = "../aws-lc-fips-sys", optional = true }
zeroize = "1.7"
paste = "1.0.11"

Expand Down

0 comments on commit 5200f6e

Please sign in to comment.