summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-01-17 09:14:40 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-01-17 09:14:40 +0100
commit61c0fc54f8e460233b3ad3ced2ab65b04bbab05f (patch)
tree380c264c42d6d7499e68b7d194bd92b41a4229eb /test/test-manager
parent03031d9b7e7c00b84c9b5faf31b47c3c709eee59 (diff)
parent13ea9817ce0213beaddebb5bd3d520e5b7a9ec59 (diff)
downloadmullvadvpn-61c0fc54f8e460233b3ad3ced2ab65b04bbab05f.tar.xz
mullvadvpn-61c0fc54f8e460233b3ad3ced2ab65b04bbab05f.zip
Merge branch 'specify-minimal-rust-version'
Diffstat (limited to 'test/test-manager')
-rw-r--r--test/test-manager/Cargo.toml1
-rw-r--r--test/test-manager/test_macro/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
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