diff options
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 |
