diff options
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 72c0deefda..ca64d5b7f5 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -32,8 +32,8 @@ lazy_static = "1.0" failure = "0.1" notify = "4.0" resolv-conf = "0.6.1" -nftnl = { git = "https://github.com/mullvad/nftnl-rs", features = ["nftnl-1-1-0"] } -mnl = { git = "https://github.com/mullvad/mnl-rs", features = ["mnl-1-0-4"] } +nftnl = { version = "0.1", features = ["nftnl-1-1-0"] } +mnl = { version = "0.1", features = ["mnl-1-0-4"] } which = "2.0" [target.'cfg(target_os = "macos")'.dependencies] |
