File: 2001_rstest.patch

package info (click to toggle)
rust-inquire 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,996 kB
  • sloc: makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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,6 +50,6 @@
 unicode-width = "0.2"
 
 [dev-dependencies]
-rstest = "0.26.1"
+rstest = ">= 0.17.0, <= 0.26"
 chrono = { version = "0.4" }