diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-09-19 22:09:45 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-09-20 09:28:22 +0200 |
| commit | 1fd1388452ea340ab4e1f616fa2f6855a6725784 (patch) | |
| tree | 5c0c11e784d37b61afca8612f6e995891342a705 /talpid-core | |
| parent | 6bfc488979c4ef69912e29ac151f3bb7755f27f1 (diff) | |
| download | mullvadvpn-1fd1388452ea340ab4e1f616fa2f6855a6725784.tar.xz mullvadvpn-1fd1388452ea340ab4e1f616fa2f6855a6725784.zip | |
Swap to versions of mnl and nftnl published to crates.io
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] |
