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

Upgrade the smithy-rs runtime crates version to 0.100.0

parent 572c5d76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.57.1
smithy.rs.runtime.crate.stable.version=0.100.0

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

kotlin.code.style=official