diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-03-03 10:22:15 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-03-03 10:22:15 +0100 |
| commit | d9a37dfca7ea6a67d64c47a9401f39883f17feaa (patch) | |
| tree | 2b0c9a62716815abe5669a42a5d3d1f07b706dc3 | |
| parent | ca045c68af8ed3655d2d3ade69672e963dca90f0 (diff) | |
| parent | b3b4afca78e35bd6c0be62b481694fe048b71b83 (diff) | |
| download | mullvadvpn-d9a37dfca7ea6a67d64c47a9401f39883f17feaa.tar.xz mullvadvpn-d9a37dfca7ea6a67d64c47a9401f39883f17feaa.zip | |
Merge branch 'add-problem-report-to-default-members'
| -rw-r--r-- | Cargo.toml | 2 |
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] |
