Skip to content

Commit 915fd49

Browse files
authored
fix feature flag (#1)
1 parent a2d2afd commit 915fd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasip3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ http-compat = [
2222
[dependencies]
2323
# NB: async bindings require `std` right now so this doesn't optionally disable
2424
# `std`, it's intentionally always enabled.
25-
wit-bindgen = { workspace = true, features = ['async'] }
25+
wit-bindgen = { workspace = true, features = ['async-spawn'] }
2626
# Optional dependencies for extending http types.
2727
bytes = { version = "1.10.1", optional = true }
2828
http-body = { version = "1.0.1", optional = true }

0 commit comments

Comments
 (0)