Skip to content

Commit

Permalink
Add missing tokio feature to mullvad-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 11, 2024
1 parent ca0ad9e commit f5d0fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mullvad-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mullvad-version = { path = "../mullvad-version" }
talpid-types = { path = "../talpid-types" }

mullvad-management-interface = { path = "../mullvad-management-interface" }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "fs"] }

[target.'cfg(all(unix, not(target_os = "android")))'.dependencies]
clap_complete = { version = "4.2.1" }
Expand Down

0 comments on commit f5d0fa7

Please sign in to comment.