diff options
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" |
