Skip to content

Commit

Permalink
Explicitly enable use-tokio feature flag for async-scoped (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow authored Jan 22, 2025
1 parent 96d39d8 commit 6839a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golem-worker-executor-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ golem-wasm-ast = { path = "../wasm-ast", version = "=0.0.0" }
golem-wasm-rpc = { path = "../wasm-rpc", version = "=0.0.0", default-features = false, features = ["host"] }

anyhow = { workspace = true }
async-scoped = "0.9.0"
async-scoped = { version = "0.9.0", features = [ "use-tokio" ] }
async-fs = { workspace = true }
async-lock = "3.4.0"
async-mutex = "1.4.0"
Expand Down

0 comments on commit 6839a10

Please sign in to comment.