Skip to content

Commit

Permalink
Upgrade the smithy-rs runtime crates version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci committed Nov 17, 2023
1 parent 404f402 commit f66f924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f66f924

Please sign in to comment.