From 671415fa90145746e4424275806ae0946504d044 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:43:40 -0400 Subject: [PATCH] Bump to v1.10.0 (#551) --- 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 5a5bcad612a..cb2477a2f54 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.9.0" +version = "1.10.0" # this crate re-exports whatever sys crate that was selected -links = "aws_lc_rs_1_9_0_sys" +links = "aws_lc_rs_1_10_0_sys" edition = "2021" rust-version = "1.63.0" keywords = ["crypto", "cryptography", "security"]