summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-01-05 16:17:09 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-01-09 13:01:13 +0100
commitcba8dd7d81c4f2d2490a6c3bb340ca7afbb308ed (patch)
treeb950b7e8ac446e9bfcff1a30b02cb9c1c04c5840 /test/test-runner
parent1d40387951ba94c3cc2438f04db8d9ebbd573e19 (diff)
downloadmullvadvpn-cba8dd7d81c4f2d2490a6c3bb340ca7afbb308ed.tar.xz
mullvadvpn-cba8dd7d81c4f2d2490a6c3bb340ca7afbb308ed.zip
Remove version and publish cargo metadata
Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free"
Diffstat (limited to 'test/test-runner')
-rw-r--r--test/test-runner/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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]