Prepare 0.52.0 release of smithy-rs (#2084)

* Prepare 0.52.0 release of smithy-rs

* Add PR number
This commit is contained in:
Luca Palmieri 2022-12-09 12:27:15 +00:00 committed by GitHub
parent f54b36b7f3
commit c29e3ad709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
[[smithy-rs]]
message = "Upgrade Rust MSRV to 1.62.1"
references = ["smithy-rs#0"]
references = ["smithy-rs#1938"]
meta = { "breaking" = true, "tada" = true, "bug" = false, "target" = "all" }
author = "jjantdev"

View File

@ -9,7 +9,7 @@ rust.msrv=1.62.1
org.gradle.jvmargs=-Xmx1024M
# Version number to use for the generated runtime crates
smithy.rs.runtime.crate.version=0.51.0
smithy.rs.runtime.crate.version=0.52.0
kotlin.code.style=official