Skip to content

Commit

Permalink
deps(wasi): Always enable rt feature in tokio
Browse files Browse the repository at this point in the history
Because it is required.
  • Loading branch information
theduke committed Feb 27, 2023
1 parent f914485 commit 87a4961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sha2 = { version = "0.10" }
waker-fn = { version = "1.1" }
cooked-waker = "^5"
rand = "0.8"
tokio = { version = "1", features = ["sync", "macros", "time"], default_features = false }
tokio = { version = "1", features = ["sync", "macros", "time", "rt"], default_features = false }
futures = { version = "0.3" }
# used by feature='os'
async-trait = { version = "^0.1" }
Expand Down

0 comments on commit 87a4961

Please sign in to comment.