Skip to content

Commit 42f1798

Browse files
committed
Auto merge of #12483 - weihanglo:platform-dep, r=ehuss
chore: window-sys should be a platform-specific dependency r? `@arlosi`
2 parents 65cee64 + 862226f commit 42f1798

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

credential/cargo-credential/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ serde = { workspace = true, features = ["derive"] }
1313
serde_json.workspace = true
1414
thiserror.workspace = true
1515
time.workspace = true
16+
17+
[target.'cfg(windows)'.dependencies]
1618
windows-sys = { workspace = true, features = ["Win32_System_Console", "Win32_Foundation"] }
1719

1820
[dev-dependencies]

0 commit comments

Comments
 (0)