diff --git a/aws-lc-rs/Cargo.toml b/aws-lc-rs/Cargo.toml index 66dfd2fb1b5..e8cb5e9216e 100644 --- a/aws-lc-rs/Cargo.toml +++ b/aws-lc-rs/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "aws-lc-rs" authors = ["AWS-LibCrypto"] -version = "1.11.0" +version = "1.11.1" # this crate re-exports whatever sys crate that was selected -links = "aws_lc_rs_1_11_0_sys" +links = "aws_lc_rs_1_11_1_sys" edition = "2021" rust-version = "1.63.0" keywords = ["crypto", "cryptography", "security"]