summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-01-09 13:01:30 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-01-09 13:01:30 +0100
commit5d0bcc201050c90353418d3413a92e692ae3faee (patch)
tree8d296f811971250e39f6b7f1008c939a45020672 /test
parent1d40387951ba94c3cc2438f04db8d9ebbd573e19 (diff)
parentd884332294ec97363e4dcf3d0a21ecb3373b5e9a (diff)
downloadmullvadvpn-5d0bcc201050c90353418d3413a92e692ae3faee.tar.xz
mullvadvpn-5d0bcc201050c90353418d3413a92e692ae3faee.zip
Merge branch 'remove-cargo-version-field'
Diffstat (limited to 'test')
-rw-r--r--test/test-manager/Cargo.toml1
-rw-r--r--test/test-manager/test_macro/Cargo.toml1
-rw-r--r--test/test-runner/Cargo.toml1
3 files changed, 0 insertions, 3 deletions
diff --git a/test/test-manager/Cargo.toml b/test/test-manager/Cargo.toml
index 5f583e8f4f..ffba39bae0 100644
--- a/test/test-manager/Cargo.toml
+++ b/test/test-manager/Cargo.toml
@@ -1,6 +1,5 @@
[package]
name = "test-manager"
-version = "0.1.0"
edition = "2021"
[lints]
diff --git a/test/test-manager/test_macro/Cargo.toml b/test/test-manager/test_macro/Cargo.toml
index 7883deaecc..4942a8af48 100644
--- a/test/test-manager/test_macro/Cargo.toml
+++ b/test/test-manager/test_macro/Cargo.toml
@@ -3,7 +3,6 @@ proc-macro = true
[package]
name = "test_macro"
-version = "0.1.0"
edition = "2021"
[dependencies]
diff --git a/test/test-runner/Cargo.toml b/test/test-runner/Cargo.toml
index 6f95d2b34b..cb92a35513 100644
--- a/test/test-runner/Cargo.toml
+++ b/test/test-runner/Cargo.toml
@@ -1,6 +1,5 @@
[package]
name = "test-runner"
-version = "0.1.0"
edition = "2021"
[lints]