File: 1001_dialoguer.patch

package info (click to toggle)
rust-swc-core 35.0.0~ds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,816 kB
  • sloc: javascript: 873; xml: 538; sh: 358; makefile: 35; python: 5
file content (16 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer branch of crate dialogeuer
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-07-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@
   crc                       = ">= 2.1, <= 3"
   criterion                 = "0.5.1"
   dashmap                   = ">= 5.5.3, <= 6"
-  dialoguer                 = "0.10.2"
+  dialoguer                 = ">= 0.10.2, <= 0.11"
   difference                = "2"
   either                    = "1.10.0"
   enumset                   = "1.1.2"