File: add-missing-dev-dependency.patch

package info (click to toggle)
rust-easy-ext 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
--- rust-easy-ext-1.0.2.orig/Cargo.toml
+++ rust-easy-ext-1.0.2/Cargo.toml
@@ -48,6 +48,9 @@ version = "0.1"
 [dev-dependencies.rustversion]
 version = "1"
 
+[dev-dependencies.trybuild]
+version = "1.0.99"
+
 [lints.clippy]
 all = "warn"
 as_ptr_cast_mut = "warn"