We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d2afd commit 915fd49Copy full SHA for 915fd49
crates/wasip3/Cargo.toml
@@ -22,7 +22,7 @@ http-compat = [
22
[dependencies]
23
# NB: async bindings require `std` right now so this doesn't optionally disable
24
# `std`, it's intentionally always enabled.
25
-wit-bindgen = { workspace = true, features = ['async'] }
+wit-bindgen = { workspace = true, features = ['async-spawn'] }
26
# Optional dependencies for extending http types.
27
bytes = { version = "1.10.1", optional = true }
28
http-body = { version = "1.0.1", optional = true }
0 commit comments