1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Index: libsystemd/Cargo.toml
===================================================================
--- libsystemd.orig/Cargo.toml
+++ libsystemd/Cargo.toml
@@ -22,6 +22,7 @@ keywords = ["systemd", "linux"]
categories = ["api-bindings", "os::unix-apis"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lucab/libsystemd-rs"
+autotests = false
[package.metadata.release]
post-release-commit-message = "cargo: development version bump"
pre-release-commit-message = "cargo: libsystemd release {{version}}"
@@ -31,9 +32,6 @@ sign-commit = true
sign-tag = true
tag-message = "libsystemd {{version}}"
-[[test]]
-name = "connected_to_journal"
-harness = false
[dependencies.hmac]
version = "^0.12"
|