File: 2002_rstest.patch

package info (click to toggle)
git-delta 0.18.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,452 kB
  • sloc: sh: 751; makefile: 117
file content (18 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: accept older minor versions of crate rstest
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1116183
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
@@ -65,7 +65,7 @@
 
 [dev-dependencies]
 insta = { version = "1.*", features = ["colors", "filters"] }
-rstest = "0.21.0"
+rstest = ">= 0.17.0, <= 0.21"
 
 [profile.test]
 opt-level = 2