Revert edition change in Cargo.toml
This commit is contained in:
parent
b083dbefa0
commit
f55ec2043a
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
edition = "2024"
|
||||
edition = "2021"
|
||||
|
||||
# Activation of features, almost objectively better ;)
|
||||
use_try_shorthand = true
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user