diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2026-01-08 19:08:38 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2026-01-09 10:22:13 +0100 |
| commit | d926c1bf5b2ba2bf893e94544f8d6432518c51f1 (patch) | |
| tree | 8b19219f26f5f83f48e5ffa0775bf0a55a5dce93 | |
| parent | a5d8b08d33d80f695506216151b7289c7e38e992 (diff) | |
| download | mullvadvpn-d926c1bf5b2ba2bf893e94544f8d6432518c51f1.tar.xz mullvadvpn-d926c1bf5b2ba2bf893e94544f8d6432518c51f1.zip | |
Move vec1 to a dev-dependency in mullvad-relay-selector
| -rw-r--r-- | mullvad-relay-selector/Cargo.toml | 2 | ||||
| -rw-r--r-- | test/Cargo.lock | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mullvad-relay-selector/Cargo.toml b/mullvad-relay-selector/Cargo.toml index 8c5b62c445..f4110a3532 100644 --- a/mullvad-relay-selector/Cargo.toml +++ b/mullvad-relay-selector/Cargo.toml @@ -24,8 +24,8 @@ rand = { workspace = true } serde_json = { workspace = true } talpid-types = { path = "../talpid-types" } -vec1 = { workspace = true } mullvad-types = { path = "../mullvad-types" } [dev-dependencies] proptest = { workspace = true } +vec1 = { workspace = true } diff --git a/test/Cargo.lock b/test/Cargo.lock index 35f759a8fd..fff1629ac0 100644 --- a/test/Cargo.lock +++ b/test/Cargo.lock @@ -2070,7 +2070,6 @@ dependencies = [ "serde_json", "talpid-types", "thiserror 2.0.3", - "vec1", ] [[package]] |
