File: relax-serial-test.diff

package info (click to toggle)
rust-findutils 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,104 kB
  • sloc: sh: 129; python: 31; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: findutils/Cargo.toml
===================================================================
--- findutils.orig/Cargo.toml
+++ findutils/Cargo.toml
@@ -113,7 +113,7 @@ version = "3"
 version = "1.4.1"
 
 [dev-dependencies.serial_test]
-version = "3.2"
+version = ">= 2.0.0, < 4"
 
 [dev-dependencies.tempfile]
 version = "3"