Skip to content

Commit

Permalink
fix: the windows compile error issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Mar 27, 2024
1 parent 0999e8d commit a37bd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasi-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = { workspace = true }
rustix = {workspace = true}

[target.'cfg(windows)'.dependencies]
io-extras = "0.17.0"
io-extras = { workspace = true }

[target.'cfg(windows)'.dependencies.windows-sys]
workspace = true
Expand Down

0 comments on commit a37bd96

Please sign in to comment.