summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2021-07-05 12:19:22 +0100
committerEmīls Piņķis <emils@mullvad.net>2021-07-05 12:19:22 +0100
commit1112f2683ca7bf0fe1a761b638d1eb558a75a118 (patch)
tree6b8dfd59f4da9a192c272d2872a694189d12f9da
parentdd500ec8e5d90d30a525d38c1706475364aa7840 (diff)
parentdb9101af280e039669005a254ffbb9ecbf011cff (diff)
downloadmullvadvpn-1112f2683ca7bf0fe1a761b638d1eb558a75a118.tar.xz
mullvadvpn-1112f2683ca7bf0fe1a761b638d1eb558a75a118.zip
Merge branch 'fix-talpid-core-tokio-feature'
-rw-r--r--talpid-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 1c60b5b66e..5923e5c708 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -27,7 +27,7 @@ talpid-types = { path = "../talpid-types" }
uuid = { version = "0.8", features = ["v4"] }
zeroize = "1"
chrono = "0.4"
-tokio = { version = "0.2", features = [ "process", "rt-threaded", "stream" ] }
+tokio = { version = "0.2", features = [ "process", "rt-threaded", "stream", "fs" ] }
rand = "0.7"
udp-over-tcp = { git = "https://github.com/mullvad/udp-over-tcp", rev = "3d1abafe112ee8c2db47ca401f8e286756454e7a" }