Skip to content

Commit

Permalink
fix: add tokio rt-multi-thread for example
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Tai <morristai@apache.org>
  • Loading branch information
morristai committed May 1, 2024
1 parent bf68171 commit fa1271c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minitrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rand = "0.8"
rustracing = "0.6"
serial_test = "2"
test-harness = "0.1.1"
tokio = { version = "1", features = ["rt", "time", "macros"] }
tokio = { version = "1", features = ["rt", "time", "macros", "rt-multi-thread"] }
tracing = "0.1"
tracing-core = "0.1"
tracing-opentelemetry = "0.18"
Expand Down

0 comments on commit fa1271c

Please sign in to comment.