From 403580262f6089c62747b20b6ed1cfc7a09e79bc Mon Sep 17 00:00:00 2001 From: AWS SDK Rust Bot Date: Thu, 15 Feb 2024 19:41:19 +0000 Subject: [PATCH] Upgrade the smithy-rs runtime crates version to 1.1.6 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 939ed15c6..ed2f7e965 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ rust.msrv=1.72.1 org.gradle.jvmargs=-Xmx1024M # Version number to use for the generated stable runtime crates -smithy.rs.runtime.crate.stable.version=1.1.5 +smithy.rs.runtime.crate.stable.version=1.1.6 # Version number to use for the generated unstable runtime crates smithy.rs.runtime.crate.unstable.version=0.60.5 -- GitLab