From 88970ba88ef45266aade152c7c1da8e90b24c0d7 Mon Sep 17 00:00:00 2001 From: AWS SDK Rust Bot Date: Mon, 27 Nov 2023 23:33:24 +0000 Subject: [PATCH] Upgrade the smithy-rs runtime crates version to 1.0.2 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b513aaa0a..f62062154 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.1 +smithy.rs.runtime.crate.stable.version=1.0.2 # Version number to use for the generated unstable runtime crates smithy.rs.runtime.crate.unstable.version=0.60.0 -- GitLab