diff --git a/Cargo.toml b/Cargo.toml index ac63e1a4ca2e..a90d6eee749d 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 4f8b1931be84..d0c734620cd0 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"