Skip to content

Commit a1c5d1f

Browse files
committedMar 6, 2025
Align aws-lc-sys v0.27.0 w/ AWS-LC v1.48.1
1 parent dc07058 commit a1c5d1f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎aws-lc-rs/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "aws-lc-rs"
33
authors = ["AWS-LibCrypto"]
4-
version = "1.12.5"
4+
version = "1.12.6"
55
# this crate re-exports whatever sys crate that was selected
6-
links = "aws_lc_rs_1_12_5_sys"
6+
links = "aws_lc_rs_1_12_6_sys"
77
edition = "2021"
88
rust-version = "1.63.0"
99
keywords = ["crypto", "cryptography", "security"]
@@ -47,7 +47,7 @@ fips = ["dep:aws-lc-fips-sys"]
4747

4848
[dependencies]
4949
untrusted = { version = "0.7.1", optional = true }
50-
aws-lc-sys = { version = "0.26.0", path = "../aws-lc-sys", optional = true }
50+
aws-lc-sys = { version = "0.27.0", path = "../aws-lc-sys", optional = true }
5151
aws-lc-fips-sys = { version = "0.13.1", path = "../aws-lc-fips-sys", optional = true }
5252
zeroize = "1.7"
5353
paste = "1.0.11"

‎aws-lc-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "aws-lc-sys"
33
description = "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project."
4-
version = "0.26.0"
5-
links = "aws_lc_0_26_0"
4+
version = "0.27.0"
5+
links = "aws_lc_0_27_0"
66
authors = ["AWS-LC"]
77
edition = "2021"
88
repository = "https://github.com/aws/aws-lc-rs"

‎aws-lc-sys/aws-lc

Submodule aws-lc updated 132 files

0 commit comments

Comments
 (0)