Skip to content

Commit 7f10206

Browse files
drganjooFahad Zubair
andauthored
Bump server crate versions (#4071)
The `aws-smithy-http` crate, which is part of our publicly exposed API, has undergone a semver-incompatible version bump. This PR updates the version numbers of all dependent server crates to maintain compatibility with this change. Co-authored-by: Fahad Zubair <fahadzub@amazon.com>
1 parent 80be26f commit 7f10206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-runtime/aws-smithy-http-server-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-smithy-http-server-python"
3-
version = "0.64.0"
3+
version = "0.65.0"
44
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

rust-runtime/aws-smithy-http-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-smithy-http-server"
3-
version = "0.64.0"
3+
version = "0.65.0"
44
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)