File: add-trybuild-dev-dependency.patch

package info (click to toggle)
rust-derive-utils 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Cargo.toml b/Cargo.toml
index 548593b..45a18ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -78,6 +78,9 @@ default-features = false
 [dev-dependencies.rustversion]
 version = "1"
 
+[dev-dependencies.trybuild]
+version = "1"
+
 [lints.clippy]
 all = "warn"
 as_ptr_cast_mut = "warn"