Skip to content

Commit 7082980

Browse files
committed
Update Cargo.toml
1 parent e5e20c0 commit 7082980

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,8 @@ netlink-packet-route = "0.25"
4848
netlink-packet-utils = "0.6"
4949
netlink-packet-wireguard = "0.2"
5050
netlink-sys = "0.8"
51-
regex = "1.12"
52-
53-
[target.'cfg(target_os = "netbsd")'.dependencies]
54-
regex = "1.12"
5551

56-
[target.'cfg(target_os = "freebsd")'.dependencies]
52+
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "netbsd"))'.dependencies]
5753
regex = "1.12"
5854

5955
[features]

0 commit comments

Comments
 (0)