diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-03-22 13:47:18 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-03-22 13:47:18 +0100 |
| commit | 5104a7a584b4a6e98645c756038facfb807dca16 (patch) | |
| tree | c380568ebbafb97c0ba89b48f734d07c02b347c6 | |
| parent | 2c98ccb139f0092d90e3fef216a1bc8dfcb80cee (diff) | |
| download | mullvadvpn-5104a7a584b4a6e98645c756038facfb807dca16.tar.xz mullvadvpn-5104a7a584b4a6e98645c756038facfb807dca16.zip | |
Bump "rust-version" to 1.77 since the containers use that now
| -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 81efa9b85c..91c39f3510 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.75.0" +rust-version = "1.77.0" [workspace] resolver = "2" diff --git a/test/Cargo.toml b/test/Cargo.toml index 0fd7b4a2e9..363c12a1a8 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.75.0" +rust-version = "1.77.0" [workspace] resolver = "2" |
