From 79b7274d180085a70cbcb565ea406a88b6f3cecb Mon Sep 17 00:00:00 2001 From: david-perez Date: Mon, 24 Oct 2022 18:10:17 +0200 Subject: [PATCH] Version bump smithy-rs (#1894) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 480b41485..cb73ffe2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ rust.msrv=1.62.0 org.gradle.jvmargs=-Xmx1024M # Version number to use for the generated runtime crates -smithy.rs.runtime.crate.version=0.50.0 +smithy.rs.runtime.crate.version=0.51.0 kotlin.code.style=official -- GitLab