Skip to content

Commit

Permalink
feat(shuttle-poem): support poem v2.0.0 (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulotten committed Jan 17, 2024
1 parent 4ffc8de commit cf37eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/shuttle-poem/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-poem"
version = "0.36.0"
version = "0.37.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run a poem webserver on shuttle"
Expand All @@ -9,7 +9,7 @@ keywords = ["shuttle-service", "poem"]
[workspace]

[dependencies]
poem = { version = "1.3.55" }
poem = { version = "2.0.0" }
shuttle-runtime = { path = "../../runtime", version = "0.36.0", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit cf37eb5

Please sign in to comment.