From 6c7fa4d227b1224de4b6a1980ce4544603e8ba72 Mon Sep 17 00:00:00 2001 From: AWS SDK Rust Bot Date: Tue, 14 Feb 2023 17:12:17 +0000 Subject: [PATCH] Upgrade the smithy-rs runtime crates version to 0.54.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8f0bc93813..dedc5ebbd3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ rust.msrv=1.63.0 org.gradle.jvmargs=-Xmx1024M # Version number to use for the generated runtime crates -smithy.rs.runtime.crate.version=0.54.2 +smithy.rs.runtime.crate.version=0.54.3 kotlin.code.style=official