Skip to content

Commit

Permalink
Removed windows-rs Dependency on Non-Windows Platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfire75369 committed Oct 8, 2024
1 parent 773fdc1 commit d2a2ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ features = ["fs"]
workspace = true
features = ["fs"]

[dependencies.windows]
[target.'cfg(windows)'.dependencies.windows]
workspace = true
features = ["Win32_Storage_FileSystem"]

Expand Down

0 comments on commit d2a2ca2

Please sign in to comment.