We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e3b66 commit 7f538a3Copy full SHA for 7f538a3
example-projects/poem-example/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7
cloudevents-sdk = { path = "../..", features = ["poem"] }
8
tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] }
9
tracing = "0.1"
10
-poem = { version = "1.0.23" }
+poem = { version = "=1.0.23" }
11
tracing-subscriber = "0.2"
12
serde_json = "1.0"
13
0 commit comments