File: 0008-Relax-ctor-dependency-to-0.1-0.3.patch

package info (click to toggle)
tree-sitter 0.25.6-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,556 kB
  • sloc: ansic: 17,281; javascript: 2,223; makefile: 190; python: 90; cpp: 13
file content (23 lines) | stat: -rw-r--r-- 679 bytes parent folder | download
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: Tue, 5 Nov 2024 08:51:15 -0500
Subject: Relax ctor dependency to >= 0.1, < 0.3

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 012d9e0..e4192cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -112,7 +112,7 @@ clap = { version = "4.5.23", features = [
 ] }
 clap_complete = "4.5.42"
 clap_complete_nushell = "4.5.5"
-ctor = "0.2.9"
+ctor = ">= 0.1, < 0.3"
 ctrlc = { version = "3.4.5", features = ["termination"] }
 dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
 etcetera = "0.8.0"