Skip to content

Commit cce998c

Browse files
Fix cargo udeps on Windows
1 parent b02c1bb commit cce998c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wireguard-go-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Rust bindings to wireguard-go with DAITA support"
44
edition = "2021"
55
license.workspace = true
66

7-
[dependencies]
7+
[target.'cfg(unix)'.dependencies]
88
thiserror.workspace = true
99
log.workspace = true
1010
zeroize = "1.8.1"

0 commit comments

Comments
 (0)