From f02694e1759773c8fa5d5fcb7bccc016f62bc770 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Fri, 15 Nov 2024 14:49:15 -0500 Subject: [PATCH] Bump to aws-ls-rs v1.11.0 --- aws-lc-rs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-lc-rs/Cargo.toml b/aws-lc-rs/Cargo.toml index 296726ce39..8282384ee5 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.10.0" +version = "1.11.0" # this crate re-exports whatever sys crate that was selected -links = "aws_lc_rs_1_10_0_sys" +links = "aws_lc_rs_1_11_0_sys" edition = "2021" rust-version = "1.63.0" keywords = ["crypto", "cryptography", "security"]