Skip to content

Commit

Permalink
Disable the windows-targets dep with enabled getrandom_windows_legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 26, 2025
1 parent fc48660 commit 4481d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ libc = { version = "0.2.154", default-features = false }
wasi = { version = "0.14", default-features = false }

# windows7
[target.'cfg(all(windows, not(target_vendor = "win7")))'.dependencies]
[target.'cfg(all(windows, not(target_vendor = "win7"), not(getrandom_windows_legacy)))'.dependencies]
windows-targets = "0.53"

# wasm_js
Expand Down

0 comments on commit 4481d25

Please sign in to comment.