summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2025-02-11 14:16:05 +0100
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-02-12 10:15:28 +0100
commitf55ec2043a07f625c87fad4368bb252e09162863 (patch)
treeadcbcf2decf1af44bb1025f86e3a46570857c383 /test
parentb083dbefa0676d4e67ad890667943995a3d7e4c4 (diff)
downloadmullvadvpn-f55ec2043a07f625c87fad4368bb252e09162863.tar.xz
mullvadvpn-f55ec2043a07f625c87fad4368bb252e09162863.zip
Revert edition change in `Cargo.toml`
Diffstat (limited to 'test')
-rw-r--r--test/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml
index 59844845ac..c5f216217f 100644
--- a/test/Cargo.toml
+++ b/test/Cargo.toml
@@ -2,8 +2,8 @@
authors = ["Mullvad VPN"]
repository = "https://github.com/mullvad/mullvadvpn-app/"
license = "GPL-3.0"
-edition = "2024"
-rust-version = "1.85.0"
+edition = "2021"
+rust-version = "1.83.0"
[workspace]
resolver = "2"