diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-10-18 11:09:24 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-10-18 11:10:06 +0200 |
| commit | 578bfcbb0e4d4b875d1840d03eb82fe3ec0473ae (patch) | |
| tree | b92a4a17987fe09725bf17208f9750c163bb0830 | |
| parent | 6f9f51cd4287cb5446997cc48330e7a00383d29e (diff) | |
| download | mullvadvpn-578bfcbb0e4d4b875d1840d03eb82fe3ec0473ae.tar.xz mullvadvpn-578bfcbb0e4d4b875d1840d03eb82fe3ec0473ae.zip | |
Upgrade pfctl to bindgen 0.30 version
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 20a67b912b..a811c911a4 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -22,7 +22,7 @@ talpid-types = { path = "../talpid-types" } libc = "0.2.20" [target.'cfg(target_os = "macos")'.dependencies] -pfctl = { git = "https://github.com/mullvad/pfctl-rs", rev = "35ca17308409ffab07e3a2a7c9c9ba3c81f8ee5e" } +pfctl = { git = "https://github.com/mullvad/pfctl-rs", rev = "3c8f5f839fa4051fda2f6c07ab7469c25986426b" } socket-relay = { path = "../socket-relay" } tokio-core = "0.1" |
