summaryrefslogtreecommitdiffhomepage
path: root/mullvad-problem-report
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-08-04 10:26:40 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-08-07 09:56:15 +0200
commit44d07531a41fa07ab38d1c1af73f2f4bd568cd23 (patch)
tree987f1ac17c30e6ad14b47f7be31f4f7d820eafc2 /mullvad-problem-report
parent1523898a341b9f0a4285daffa1c5d7b7d8390b21 (diff)
downloadmullvadvpn-44d07531a41fa07ab38d1c1af73f2f4bd568cd23.tar.xz
mullvadvpn-44d07531a41fa07ab38d1c1af73f2f4bd568cd23.zip
Make clap a workspace dependency and activate features used by all
Both mullvad-setup and mullvad-problem-report had not specified the "derive" feature. Moving it to workspace dependency is probably nicer.
Diffstat (limited to 'mullvad-problem-report')
-rw-r--r--mullvad-problem-report/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index b88c814013..5e8f8bfaee 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -24,7 +24,7 @@ talpid-types = { path = "../talpid-types" }
talpid-platform-metadata = { path = "../talpid-platform-metadata" }
[target.'cfg(not(target_os="android"))'.dependencies]
-clap = { version = "4.2.7", features = ["cargo"] }
+clap = { workspace = true }
env_logger = "0.10.0"
[target.'cfg(target_os = "android")'.dependencies]