Skip to content

Commit 7f538a3

Browse files
committed
Pin poem version to fix CI
Signed-off-by: Jim Crossley <[email protected]>
1 parent 70e3b66 commit 7f538a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-projects/poem-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
cloudevents-sdk = { path = "../..", features = ["poem"] }
88
tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] }
99
tracing = "0.1"
10-
poem = { version = "1.0.23" }
10+
poem = { version = "=1.0.23" }
1111
tracing-subscriber = "0.2"
1212
serde_json = "1.0"
1313

0 commit comments

Comments
 (0)