diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-11 15:57:24 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-16 16:02:46 +0100 |
| commit | 13ea9817ce0213beaddebb5bd3d520e5b7a9ec59 (patch) | |
| tree | 380c264c42d6d7499e68b7d194bd92b41a4229eb /Cargo.toml | |
| parent | 03031d9b7e7c00b84c9b5faf31b47c3c709eee59 (diff) | |
| download | mullvadvpn-13ea9817ce0213beaddebb5bd3d520e5b7a9ec59.tar.xz mullvadvpn-13ea9817ce0213beaddebb5bd3d520e5b7a9ec59.zip | |
Add rust-version to all Cargo.toml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index a1bbf9c2bb..3a0b76935e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ authors = ["Mullvad VPN"] repository = "https://github.com/mullvad/mullvadvpn-app/" license = "GPL-3.0" edition = "2021" +rust-version = "1.75.0" [workspace] resolver = "2" |
