Skip to content

Commit 5200f6e

Browse files
authoredJan 21, 2025··
Prepare v1.12.2 (#666)
1 parent 44fa00d commit 5200f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎aws-lc-rs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aws-lc-rs"
33
authors = ["AWS-LibCrypto"]
4-
version = "1.12.1"
4+
version = "1.12.2"
55
# this crate re-exports whatever sys crate that was selected
66
links = "aws_lc_rs_1_12_1_sys"
77
edition = "2021"
@@ -48,7 +48,7 @@ fips = ["dep:aws-lc-fips-sys"]
4848
[dependencies]
4949
untrusted = { version = "0.7.1", optional = true }
5050
aws-lc-sys = { version = "0.25.0", path = "../aws-lc-sys", optional = true }
51-
aws-lc-fips-sys = { version = "0.13.0", path = "../aws-lc-fips-sys", optional = true }
51+
aws-lc-fips-sys = { version = "0.13.1", path = "../aws-lc-fips-sys", optional = true }
5252
zeroize = "1.7"
5353
paste = "1.0.11"
5454

0 commit comments

Comments
 (0)
Please sign in to comment.