summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2019-08-09 16:10:35 +0100
committerEmīls Piņķis <emils@mullvad.net>2019-08-11 22:09:11 +0100
commit55ecbe49c0a8dd86db5f1fa236cc04493bad717f (patch)
tree60cf953072ae245df5b39f9ea37376255c2ee84c
parente03225909f8c9a0396a43da947e3c04f5180ea91 (diff)
downloadmullvadvpn-55ecbe49c0a8dd86db5f1fa236cc04493bad717f.tar.xz
mullvadvpn-55ecbe49c0a8dd86db5f1fa236cc04493bad717f.zip
Remove redundant import of err-derive
-rw-r--r--talpid-core/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index ddfe50f5a2..cc40056734 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -50,7 +50,6 @@ netlink-sys = { git = "https://github.com/mullvad/netlink", rev = "b367ac9c012e6
nftnl = { git = "https://github.com/mullvad/nftnl-rs", rev = "86b30cdc38a6d4b30a900c21f7c644857d6f7401", features = ["nftnl-1-1-0"] }
mnl = { git = "https://github.com/mullvad/mnl-rs", rev = "f0d19501b9b85be9a1ffaec8317a378bcbdf4fa6", features = ["mnl-1-0-4"] }
which = "2.0"
-err-derive = "0.1.5"
tun = "0.4.3"