mirror of https://github.com/smithy-lang/smithy-rs
Upgrade the smithy-rs runtime crates version to 1.1.1
This commit is contained in:
parent
5a0e4344ad
commit
fa93eb9c19
|
@ -12,10 +12,10 @@ rust.msrv=1.70.0
|
|||
org.gradle.jvmargs=-Xmx1024M
|
||||
|
||||
# Version number to use for the generated stable runtime crates
|
||||
smithy.rs.runtime.crate.stable.version=1.1.0
|
||||
smithy.rs.runtime.crate.stable.version=1.1.1
|
||||
|
||||
# Version number to use for the generated unstable runtime crates
|
||||
smithy.rs.runtime.crate.unstable.version=0.61.0
|
||||
smithy.rs.runtime.crate.unstable.version=0.60.1
|
||||
|
||||
kotlin.code.style=official
|
||||
|
||||
|
|
Loading…
Reference in New Issue