summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2025-03-03 10:22:15 +0100
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-03-03 10:22:15 +0100
commitd9a37dfca7ea6a67d64c47a9401f39883f17feaa (patch)
tree2b0c9a62716815abe5669a42a5d3d1f07b706dc3
parentca045c68af8ed3655d2d3ade69672e963dca90f0 (diff)
parentb3b4afca78e35bd6c0be62b481694fe048b71b83 (diff)
downloadmullvadvpn-d9a37dfca7ea6a67d64c47a9401f39883f17feaa.tar.xz
mullvadvpn-d9a37dfca7ea6a67d64c47a9401f39883f17feaa.zip
Merge branch 'add-problem-report-to-default-members'
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 603912f350..6214b68134 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ members = [
# This is set to a minimal set of packages to speed up the build process and avoid building
# crates which might not compile without additional input, such as the `windows-installer` crate.
# To build or test everything, add `--workspace` to your cargo commands.
-default-members = ["mullvad-cli", "mullvad-daemon", "mullvad-version"]
+default-members = ["mullvad-cli", "mullvad-daemon", "mullvad-version", "mullvad-problem-report"]
# Keep all lints in sync with `test/Cargo.toml`
[workspace.lints.rust]