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 /test | |
| parent | 03031d9b7e7c00b84c9b5faf31b47c3c709eee59 (diff) | |
| download | mullvadvpn-13ea9817ce0213beaddebb5bd3d520e5b7a9ec59.tar.xz mullvadvpn-13ea9817ce0213beaddebb5bd3d520e5b7a9ec59.zip | |
Add rust-version to all Cargo.toml
Diffstat (limited to 'test')
| -rw-r--r-- | test/Cargo.toml | 1 | ||||
| -rw-r--r-- | test/test-manager/Cargo.toml | 1 | ||||
| -rw-r--r-- | test/test-manager/test_macro/Cargo.toml | 1 | ||||
| -rw-r--r-- | test/test-rpc/Cargo.toml | 1 | ||||
| -rw-r--r-- | test/test-runner/Cargo.toml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml index f0fcf85123..ea4dc37696 100644 --- a/test/Cargo.toml +++ b/test/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" diff --git a/test/test-manager/Cargo.toml b/test/test-manager/Cargo.toml index fafad46174..53c1c355f1 100644 --- a/test/test-manager/Cargo.toml +++ b/test/test-manager/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true +rust-version.workspace = true [lints] workspace = true diff --git a/test/test-manager/test_macro/Cargo.toml b/test/test-manager/test_macro/Cargo.toml index b38af3c785..a064b6d200 100644 --- a/test/test-manager/test_macro/Cargo.toml +++ b/test/test-manager/test_macro/Cargo.toml @@ -4,6 +4,7 @@ authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true +rust-version.workspace = true [lib] proc-macro = true diff --git a/test/test-rpc/Cargo.toml b/test/test-rpc/Cargo.toml index 14cd2b4cca..37335b599e 100644 --- a/test/test-rpc/Cargo.toml +++ b/test/test-rpc/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true +rust-version.workspace = true [lints] workspace = true diff --git a/test/test-runner/Cargo.toml b/test/test-runner/Cargo.toml index ab8c65fdf0..1a0163213f 100644 --- a/test/test-runner/Cargo.toml +++ b/test/test-runner/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true +rust-version.workspace = true [lints] workspace = true |
