Skip to content

Commit

Permalink
Auto merge of #12483 - weihanglo:platform-dep, r=ehuss
Browse files Browse the repository at this point in the history
chore: window-sys should be a platform-specific dependency

r? `@arlosi`
  • Loading branch information
bors committed Aug 12, 2023
2 parents 65cee64 + 862226f commit 42f1798
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions credential/cargo-credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
thiserror.workspace = true
time.workspace = true

[target.'cfg(windows)'.dependencies]
windows-sys = { workspace = true, features = ["Win32_System_Console", "Win32_Foundation"] }

[dev-dependencies]
Expand Down

0 comments on commit 42f1798

Please sign in to comment.