Skip to content

Commit

Permalink
Fix compilation on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Aug 18, 2023
1 parent 06ea6ec commit 9d10440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ libc = { workspace = true }
[target.'cfg(windows)'.dependencies]
io-extras = { workspace = true }
windows-sys = { workspace = true }
rustix = { workspace = true, features = ["net"], optional = true }
rustix = { workspace = true, features = ["event", "net"], optional = true }

[features]
default = ["sync", "preview2", "preview1-on-preview2"]
Expand Down

0 comments on commit 9d10440

Please sign in to comment.