File: 0010-Relax-clap_complete-dependency-to-4.5.40.patch

package info (click to toggle)
tree-sitter 0.25.9-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,044 kB
  • sloc: ansic: 17,278; javascript: 2,242; makefile: 188; python: 91; cpp: 13
file content (23 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: James McCoy <jamessan@debian.org>
Date: Wed, 4 Jun 2025 21:34:43 -0400
Subject: Relax clap_complete dependency to 4.5.40

Forwarded: not-needed
Signed-off-by: James McCoy <jamessan@debian.org>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 638cf52..7ee9365 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -114,7 +114,7 @@ clap = { version = "4.5.23", features = [
   "help",
   "unstable-styles",
 ] }
-clap_complete = "4.5.42"
+clap_complete = "4.5.40"
 clap_complete_nushell = "4.5.5"
 ctor = ">= 0.1, < 0.3"
 ctrlc = { version = "3.4.5", features = ["termination"] }