diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-07-13 15:59:25 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-07-13 15:59:25 +0200 |
| commit | d458205809b6ce53e1da031b968be9190b1415cc (patch) | |
| tree | 51d5d909b5f74a41303fafc34135cc63825f4008 /mullvad-setup | |
| parent | b85750b362a3d60e5443a50a97d70937c5232d8b (diff) | |
| parent | 8aff46c15d055e4c37a1d5175068c0365c3b7e5c (diff) | |
| download | mullvadvpn-d458205809b6ce53e1da031b968be9190b1415cc.tar.xz mullvadvpn-d458205809b6ce53e1da031b968be9190b1415cc.zip | |
Merge branch 'upgrade-tokio-1'
Diffstat (limited to 'mullvad-setup')
| -rw-r--r-- | mullvad-setup/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml index 7c1dde2da7..e739d188b4 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -19,7 +19,7 @@ lazy_static = "1.1.0" mullvad-management-interface = { path = "../mullvad-management-interface" } -tokio = { version = "0.2", features = [ "rt-threaded" ] } +tokio = { version = "1.8", features = [ "rt-multi-thread" ] } mullvad-daemon = { path = "../mullvad-daemon" } mullvad-paths = { path = "../mullvad-paths" } |
