summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2025-07-09 16:18:14 +0200
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-07-10 09:36:57 +0200
commit4057573b2950e4c5daf7b63e425f9db15e2eab8b (patch)
tree358dc9cef9495a49540bd396b853a7b42336aae3
parent565ca42b00861060ce8a110e0c4eb200ffeca0c9 (diff)
downloadmullvadvpn-4057573b2950e4c5daf7b63e425f9db15e2eab8b.tar.xz
mullvadvpn-4057573b2950e4c5daf7b63e425f9db15e2eab8b.zip
Update edition to 2024
-rw-r--r--Cargo.toml2
-rw-r--r--test/Cargo.toml2
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]