File: 2001_rstest.patch

package info (click to toggle)
rust-inquire 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,936 kB
  • sloc: makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older minor versions of crate rstest
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-09-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/inquire/Cargo.toml
+++ b/inquire/Cargo.toml
@@ -50,7 +50,7 @@
 unicode-width = "0.1"
 
 [dev-dependencies]
-rstest = "0.22.0"
+rstest = ">= 0.17.0, <= 0.22"
 chrono = { version = "0.4" }
 
 [[example]]