Skip to content

Commit 862226f

Browse files
committed
chore: window-sys should be a platform-specific dependency
1 parent 3a73377 commit 862226f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

credential/cargo-credential/Cargo.toml

Lines changed: 2 additions & 0 deletions
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)