diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-07-09 16:18:14 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-07-10 09:36:57 +0200 |
| commit | 4057573b2950e4c5daf7b63e425f9db15e2eab8b (patch) | |
| tree | 358dc9cef9495a49540bd396b853a7b42336aae3 | |
| parent | 565ca42b00861060ce8a110e0c4eb200ffeca0c9 (diff) | |
| download | mullvadvpn-4057573b2950e4c5daf7b63e425f9db15e2eab8b.tar.xz mullvadvpn-4057573b2950e4c5daf7b63e425f9db15e2eab8b.zip | |
Update edition to 2024
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | test/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 41e1089912..3254d41173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Mullvad VPN"] repository = "https://github.com/mullvad/mullvadvpn-app/" license = "GPL-3.0" -edition = "2021" +edition = "2024" # Must be less than or equal to `channel` in `rust-toolchain.toml` rust-version = "1.88.0" diff --git a/test/Cargo.toml b/test/Cargo.toml index 7717a9229a..b8b132bab3 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Mullvad VPN"] repository = "https://github.com/mullvad/mullvadvpn-app/" license = "GPL-3.0" -edition = "2021" +edition = "2024" rust-version = "1.88.0" [workspace] |
