diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-06-25 17:04:38 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-06-25 17:05:34 +0200 |
| commit | 79301ce3e47cdc4e74ecd8affd0570b68f549124 (patch) | |
| tree | 5db4fa144d9e11daf9373bbaa9586a2b0ce22ce4 | |
| parent | dd0a415d2578dfb653b67be8cd3b5ae410ce66cd (diff) | |
| download | mullvadvpn-79301ce3e47cdc4e74ecd8affd0570b68f549124.tar.xz mullvadvpn-79301ce3e47cdc4e74ecd8affd0570b68f549124.zip | |
Remove unused `libc` dependency in `talpid-routing`
| -rw-r--r-- | talpid-routing/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/talpid-routing/Cargo.toml b/talpid-routing/Cargo.toml index 063ccd2ea8..d4020478b2 100644 --- a/talpid-routing/Cargo.toml +++ b/talpid-routing/Cargo.toml @@ -35,7 +35,6 @@ system-configuration = "0.5.1" [target.'cfg(windows)'.dependencies] -libc = "0.2" talpid-windows = { path = "../talpid-windows" } widestring = "1.0" |
