summaryrefslogtreecommitdiffhomepage
path: root/mullvad-setup
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2022-02-17 15:10:51 +0000
committerEmīls <emils@mullvad.net>2022-02-17 15:10:51 +0000
commit66b27c005ba03d8e7ce36fb34180a91597e62b59 (patch)
treefe13f2922014371ac445ff58dd883fdc0116ef99 /mullvad-setup
parent66e90f14b21e4c8f3205ba3b94019e25f2bf10a2 (diff)
parentc046e5358e19f8ed66a2a7995914992cd2beb105 (diff)
downloadmullvadvpn-66b27c005ba03d8e7ce36fb34180a91597e62b59.tar.xz
mullvadvpn-66b27c005ba03d8e7ce36fb34180a91597e62b59.zip
Merge branch 'remove-extra-whitespace-from-cargo-tomls'
Diffstat (limited to 'mullvad-setup')
-rw-r--r--mullvad-setup/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml
index 9cb46e37c0..66fcc19085 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 = "1.8", features = [ "rt-multi-thread" ] }
+tokio = { version = "1.8", features = ["rt-multi-thread"] }
mullvad-daemon = { path = "../mullvad-daemon" }
mullvad-paths = { path = "../mullvad-paths" }
@@ -29,7 +29,7 @@ talpid-core = { path = "../talpid-core" }
talpid-types = { path = "../talpid-types" }
[target.'cfg(windows)'.dependencies]
-winapi = { version = "0.3.6", features = [ "securitybaseapi", "impl-default", "impl-debug", "handleapi", "psapi" ]}
+winapi = { version = "0.3.6", features = ["securitybaseapi", "impl-default", "impl-debug", "handleapi", "psapi"]}
widestring = "0.5"
[target.'cfg(windows)'.build-dependencies]