diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-06-11 08:56:57 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-06-11 11:37:02 -0300 |
| commit | cfab94dbfb6e814ece6bb88dfa8fc4bd6cf87d07 (patch) | |
| tree | d5809dbc94df6827b555b6437a2b40ad7f5648f7 /talpid-core | |
| parent | 2fc0f0ff1ba9f662f4d933bc02bfa5a74dbaf11a (diff) | |
| download | mullvadvpn-cfab94dbfb6e814ece6bb88dfa8fc4bd6cf87d07.tar.xz mullvadvpn-cfab94dbfb6e814ece6bb88dfa8fc4bd6cf87d07.zip | |
Use `resolv-conf` version in crates.io
Diffstat (limited to 'talpid-core')
| -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 46c82f15f6..ba17a9993a 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -23,7 +23,7 @@ talpid-types = { path = "../talpid-types" } [target.'cfg(target_os = "linux")'.dependencies] notify = "4.0" -resolv-conf = { git = "https://github.com/tailhook/resolv-conf.git" } +resolv-conf = "0.6.1" [target.'cfg(target_os = "macos")'.dependencies] pfctl = "0.1" |
