diff options
| author | Emīls <emils@mullvad.net> | 2021-06-24 15:29:10 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2021-07-05 12:18:46 +0100 |
| commit | db9101af280e039669005a254ffbb9ecbf011cff (patch) | |
| tree | 6b8dfd59f4da9a192c272d2872a694189d12f9da /talpid-core | |
| parent | dd500ec8e5d90d30a525d38c1706475364aa7840 (diff) | |
| download | mullvadvpn-db9101af280e039669005a254ffbb9ecbf011cff.tar.xz mullvadvpn-db9101af280e039669005a254ffbb9ecbf011cff.zip | |
Add missing 'fs' feature to tokio
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 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" } |
