summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2025-02-07 16:18:51 +0100
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-02-12 10:15:11 +0100
commit898665fc4e9a805aae4479407075e7c21c24cebb (patch)
tree6202db528b27cf03accff3d9ef8a956f6fd8095e
parent597a54a9e65b932c8dfaa9d8491da7eaa27eee96 (diff)
downloadmullvadvpn-898665fc4e9a805aae4479407075e7c21c24cebb.tar.xz
mullvadvpn-898665fc4e9a805aae4479407075e7c21c24cebb.zip
Update rust version
-rw-r--r--Cargo.toml2
-rw-r--r--test/Cargo.toml2
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"