From f66f9246bccc376462ef47aec5707569fca214f5 Mon Sep 17 00:00:00 2001 From: AWS SDK Rust Bot Date: Fri, 17 Nov 2023 23:54:55 +0000 Subject: [PATCH] Upgrade the smithy-rs runtime crates version to 1.0.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0be6e40b93..eb87e1a8f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,10 +15,10 @@ org.gradle.jvmargs=-Xmx1024M # # TODO(GA): This is currently a placeholder for crates we are going to stabilize at the time of GA. # Until then, a value of this key can contain 0 for the major version. -smithy.rs.runtime.crate.stable.version=0.101.0 +smithy.rs.runtime.crate.stable.version=1.0.0 # Version number to use for the generated unstable runtime crates -smithy.rs.runtime.crate.unstable.version=0.59.0 +smithy.rs.runtime.crate.unstable.version=0.60.0 kotlin.code.style=official