19 lines
412 B
Diff
19 lines
412 B
Diff
From: https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-util/cargo-tarpaulin/files/cargo-tarpaulin-0.20.1-tests.patch
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 12f578a..e8e27dd 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -15,10 +15,6 @@ build = "build.rs"
|
|
[[bin]]
|
|
name = "cargo-tarpaulin"
|
|
|
|
-[[test]]
|
|
-name = "integration"
|
|
-path = "tests/mod.rs"
|
|
-
|
|
[dependencies]
|
|
cargo_metadata = "0.14"
|
|
chrono = "0.4"
|
|
|