diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | test/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index c38ed48ce7..b001dd3292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ repository = "https://github.com/mullvad/mullvadvpn-app/" license = "GPL-3.0" edition = "2024" # Must be less than or equal to `channel` in `rust-toolchain.toml` -rust-version = "1.80.0" +rust-version = "1.85.0" [workspace] resolver = "2" diff --git a/test/Cargo.toml b/test/Cargo.toml index cc14ef15c8..59844845ac 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Mullvad VPN"] repository = "https://github.com/mullvad/mullvadvpn-app/" license = "GPL-3.0" edition = "2024" -rust-version = "1.80.0" +rust-version = "1.85.0" [workspace] resolver = "2" |
