diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-11 14:16:05 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-12 10:15:28 +0100 |
| commit | f55ec2043a07f625c87fad4368bb252e09162863 (patch) | |
| tree | adcbcf2decf1af44bb1025f86e3a46570857c383 /test | |
| parent | b083dbefa0676d4e67ad890667943995a3d7e4c4 (diff) | |
| download | mullvadvpn-f55ec2043a07f625c87fad4368bb252e09162863.tar.xz mullvadvpn-f55ec2043a07f625c87fad4368bb252e09162863.zip | |
Revert edition change in `Cargo.toml`
Diffstat (limited to 'test')
| -rw-r--r-- | test/Cargo.toml | 4 |
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" |
