From e155c3048b9989fe406ef575d461ea01dfaf294c Mon Sep 17 00:00:00 2001 From: AWS SDK Rust Bot Date: Tue, 21 Nov 2023 19:02:48 +0000 Subject: [PATCH] Upgrade the smithy-rs runtime crates version to 1.0.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 547cb7890..b513aaa0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ rust.msrv=1.70.0 org.gradle.jvmargs=-Xmx1024M # Version number to use for the generated stable runtime crates -smithy.rs.runtime.crate.stable.version=1.0.0 +smithy.rs.runtime.crate.stable.version=1.0.1 # Version number to use for the generated unstable runtime crates smithy.rs.runtime.crate.unstable.version=0.60.0 -- GitLab