We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e20c0 commit 7082980Copy full SHA for 7082980
Cargo.toml
@@ -48,12 +48,8 @@ netlink-packet-route = "0.25"
48
netlink-packet-utils = "0.6"
49
netlink-packet-wireguard = "0.2"
50
netlink-sys = "0.8"
51
-regex = "1.12"
52
-
53
-[target.'cfg(target_os = "netbsd")'.dependencies]
54
55
56
-[target.'cfg(target_os = "freebsd")'.dependencies]
+[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "netbsd"))'.dependencies]
57
regex = "1.12"
58
59
[features]
0 commit comments