Skip to content

Commit 8fd755e

Browse files
committed
fix: re enable tokio rt-multi-threaded when not in wasm for trace-utils
1 parent 93edca5 commit 8fd755e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdd-trace-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ httpmock = { version = "0.8.0-alpha.1", optional = true }
5858
urlencoding = { version = "2.1.3", optional = true }
5959

6060
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
61-
tokio = { version = "1", features = ["time"] }
61+
tokio = { version = "1", features = ["time", "rt-multi-thread"] }
6262
libdd-capabilities-impl = { version = "0.1.0", path = "../libdd-capabilities-impl" }
6363

6464
[dev-dependencies]

0 commit comments

Comments
 (0)