File: 2002_console.patch

package info (click to toggle)
wasm-pack 0.14.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,552 kB
  • sloc: sh: 174; makefile: 119; javascript: 112; xml: 9
file content (17 lines) | stat: -rw-r--r-- 490 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 version of crate console
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2026-01-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@
 binary-install = "0.4.1"
 cargo_metadata = "0.23.0"
 chrono = "0.4.42"
-console = "0.16.1"
+console = ">= 0.15.11, <= 0.16"
 dialoguer = "0.12.0"
 env_logger = { version = "0.11.8", default-features = false }
 glob = "0.3.3"