Revert edition change in Cargo.toml

This commit is contained in:
Sebastian Holmin 2025-02-11 14:16:05 +01:00
parent b083dbefa0
commit f55ec2043a
No known key found for this signature in database
GPG Key ID: 9C88494B3F2F9089
4 changed files with 6 additions and 7 deletions

View File

@ -2,9 +2,9 @@
authors = ["Mullvad VPN"]
repository = "https://github.com/mullvad/mullvadvpn-app/"
license = "GPL-3.0"
edition = "2024"
edition = "2021"
# Must be less than or equal to `channel` in `rust-toolchain.toml`
rust-version = "1.85.0"
rust-version = "1.83.0"
[workspace]
resolver = "2"

View File

@ -1,4 +1,3 @@
[toolchain]
# Must be greater than or equal to `rust-version` in `Cargo.toml`
# TODO: temporarily be set to beta for rust-analyzer to behave as if `--beta` was passed
channel = "beta"
channel = "1.83.0"

View File

@ -1,4 +1,4 @@
edition = "2024"
edition = "2021"
# Activation of features, almost objectively better ;)
use_try_shorthand = true

View File

@ -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"