summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-08-04 10:29:09 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-08-07 09:56:48 +0200
commitd08d0d883a4b19ed21b3662cf370345d7c445ed2 (patch)
tree5b8d8e3efcd7c1134bbf966da9f8853b1f2ec3b6
parent44d07531a41fa07ab38d1c1af73f2f4bd568cd23 (diff)
downloadmullvadvpn-d08d0d883a4b19ed21b3662cf370345d7c445ed2.tar.xz
mullvadvpn-d08d0d883a4b19ed21b3662cf370345d7c445ed2.zip
Add missing "rt" feature to tokio in mullvad-fs
-rw-r--r--mullvad-fs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-fs/Cargo.toml b/mullvad-fs/Cargo.toml
index 5ebe3512a7..666dc4eac5 100644
--- a/mullvad-fs/Cargo.toml
+++ b/mullvad-fs/Cargo.toml
@@ -10,7 +10,7 @@ publish.workspace = true
[dependencies]
log = "0.4"
-tokio = { workspace = true, features = ["fs"] }
+tokio = { workspace = true, features = ["fs", "rt"] }
uuid = { version = "1.4.1", features = ["v4"] }
talpid-types = { path = "../talpid-types" }