Skip to content

Commit 430e551

Browse files
olivierlemaslesunfishcode
authored andcommitted
cap-tempfile: dev-depend on winapi only on Windows
1 parent 1ec2258 commit 430e551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cap-tempfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ uuid = { version = "0.8.1", features = ["v4"] }
1919
[target.'cfg(target_os = "emscripten")'.dependencies]
2020
rand = "0.8.1"
2121

22-
[dev-dependencies]
22+
[target.'cfg(windows)'.dev-dependencies]
2323
winapi = "0.3.9"
2424

2525
[badges]

0 commit comments

Comments
 (0)