File: 2001_serial_test.patch

package info (click to toggle)
precious 0.8.0%2B~0.2.1%2B20220602%2B~0.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: sh: 44; makefile: 39; perl: 18
file content (29 lines) | stat: -rw-r--r-- 738 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: accept older major version of crate serial_test
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1093802
Forwarded: not-needed
Last-Update: 2025-09-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@
 rayon = "1.10.0"
 regex = "1.11.1"
 serde = { version = "1.0.219", features = ["derive"] }
-serial_test = "3.2.0"
+serial_test = ">= 2.0.0, <= 3"
 tempfile = "3.18.0"
 test-case = "3.3.1"
 thiserror = "2.0.12"
--- a/Xpushd/Cargo.toml
+++ b/Xpushd/Cargo.toml
@@ -13,7 +13,7 @@
 thiserror = "2.0.5"
 
 [dev-dependencies]
-serial_test = "3.2.0"
+serial_test = ">= 2.0.0, <= 3"
 tempfile = "3.14.0"
 
 [package.metadata.release]