diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-07-04 15:26:50 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-07-09 13:58:08 +0200 |
| commit | d2a708a333a99d4cb34fd7b366d702768c9c0d0b (patch) | |
| tree | 98e144d9eeb7e490efbcb9c06c73b3e496501e74 | |
| parent | bef9cb8441e1369865ff345550ebb9c528dd3aca (diff) | |
| download | mullvadvpn-d2a708a333a99d4cb34fd7b366d702768c9c0d0b.tar.xz mullvadvpn-d2a708a333a99d4cb34fd7b366d702768c9c0d0b.zip | |
Upgrade Rust to 1.88.0
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | rust-toolchain.toml | 2 | ||||
| -rw-r--r-- | test/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index c6eb50d5f1..e6c6d1eb04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ repository = "https://github.com/mullvad/mullvadvpn-app/" license = "GPL-3.0" edition = "2021" # Must be less than or equal to `channel` in `rust-toolchain.toml` -rust-version = "1.83.0" +rust-version = "1.88.0" [workspace] resolver = "2" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index efba5d8d0f..20c1b58001 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # Must be greater than or equal to `rust-version` in `Cargo.toml` -channel = "1.83.0" +channel = "1.88.0" diff --git a/test/Cargo.toml b/test/Cargo.toml index 26e716df24..7717a9229a 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Mullvad VPN"] repository = "https://github.com/mullvad/mullvadvpn-app/" license = "GPL-3.0" edition = "2021" -rust-version = "1.83.0" +rust-version = "1.88.0" [workspace] resolver = "2" |
