Skip to content

Commit 6839a10

Browse files
authored
Explicitly enable use-tokio feature flag for async-scoped (#1257)
1 parent 96d39d8 commit 6839a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golem-worker-executor-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ golem-wasm-ast = { path = "../wasm-ast", version = "=0.0.0" }
2525
golem-wasm-rpc = { path = "../wasm-rpc", version = "=0.0.0", default-features = false, features = ["host"] }
2626

2727
anyhow = { workspace = true }
28-
async-scoped = "0.9.0"
28+
async-scoped = { version = "0.9.0", features = [ "use-tokio" ] }
2929
async-fs = { workspace = true }
3030
async-lock = "3.4.0"
3131
async-mutex = "1.4.0"

0 commit comments

Comments
 (0)