Skip to content

Commit fdffb65

Browse files
committed
Replace condition in Cargo.toml: target_os = "windows" -> windows
1 parent 0cf7398 commit fdffb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ error-chain = "0.12"
3535
[target.'cfg(windows)'.dependencies]
3636
ansi_term = "0.12"
3737

38-
[target.'cfg(not(target_os = "windows"))'.dependencies]
38+
[target.'cfg(not(windows))'.dependencies]
3939
libc = "0.2.79"
4040
base64 = "0.13.0"
4141

0 commit comments

Comments
 (0)