Skip to content

Commit 3325f0a

Browse files
committed
Fix hack clippy for tools/logserver-bench
Add the missing features tokio and http1 required to run axum::serve.
1 parent 549d973 commit 3325f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/logserver-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ restate-tracing-instrumentation = { workspace = true, features = ["rt-tokio"] }
2525
restate-types = { workspace = true, features = ["clap"] }
2626

2727
anyhow = { workspace = true }
28-
axum = { workspace = true }
28+
axum = { workspace = true, features = ["tokio", "http1"] }
2929
bytes = { workspace = true }
3030
clap = { workspace = true, features = ["derive", "env", "color", "help", "wrap_help", "usage", "suggestions", "error-context", "std"] }
3131
codederror = { workspace = true }

0 commit comments

Comments
 (0)