We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93edca5 commit 8fd755eCopy full SHA for 8fd755e
1 file changed
libdd-trace-utils/Cargo.toml
@@ -58,7 +58,7 @@ httpmock = { version = "0.8.0-alpha.1", optional = true }
58
urlencoding = { version = "2.1.3", optional = true }
59
60
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
61
-tokio = { version = "1", features = ["time"] }
+tokio = { version = "1", features = ["time", "rt-multi-thread"] }
62
libdd-capabilities-impl = { version = "0.1.0", path = "../libdd-capabilities-impl" }
63
64
[dev-dependencies]
0 commit comments