Commit edf6e77b authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Upgrade the smithy-rs runtime crates version to 1.1.3

parent 59c73e44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,10 +12,10 @@ rust.msrv=1.72.1
org.gradle.jvmargs=-Xmx1024M

# Version number to use for the generated stable runtime crates
smithy.rs.runtime.crate.stable.version=1.1.2
smithy.rs.runtime.crate.stable.version=1.1.3

# Version number to use for the generated unstable runtime crates
smithy.rs.runtime.crate.unstable.version=0.60.2
smithy.rs.runtime.crate.unstable.version=0.60.3

kotlin.code.style=official