summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-07-30 16:03:39 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-08-27 10:23:59 +0200
commitcd409ea27b19285ea394a6adb75421a425f7886e (patch)
tree2512af46876dd5349e9f152295c7a89dcf2654cd
parent6d6b4e73faf3d214c128c5fc8f75b32188661bae (diff)
downloadmullvadvpn-cd409ea27b19285ea394a6adb75421a425f7886e.tar.xz
mullvadvpn-cd409ea27b19285ea394a6adb75421a425f7886e.zip
Update MSRV
-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 90e8d75f0a..9ff2ac2784 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ authors = ["Mullvad VPN"]
repository = "https://github.com/mullvad/mullvadvpn-app/"
license = "GPL-3.0"
edition = "2021"
-rust-version = "1.77.0"
+rust-version = "1.80.0"
[workspace]
resolver = "2"
diff --git a/test/Cargo.toml b/test/Cargo.toml
index 4f8b1931be..d0c734620c 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 = "2021"
-rust-version = "1.77.0"
+rust-version = "1.80.0"
[workspace]
resolver = "2"