File: align-tree-sitter-dependency-to-match-de.patch

package info (click to toggle)
tree-sitter-markdown 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,688 kB
  • sloc: ansic: 137,646; javascript: 951; lisp: 79; python: 70; makefile: 46; cpp: 21; sh: 18
file content (27 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: James McCoy <jamessan@debian.org>
Date: Wed, 3 Sep 2025 22:32:21 -0400
X-Dgit-Generated: 0.5.0-1 f3bb489c4526b24aacc930e8cb46fdf2524a4706
Subject: Align tree-sitter dependency to match Debian packaging

Forwarded: not-needed
Signed-off-by: James McCoy <jamessan@debian.org>

---

diff --git a/Cargo.toml b/Cargo.toml
index bc1ab1e..8d52ab5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,10 +32,10 @@ path = "bindings/rust/lib.rs"
 
 [dependencies]
 tree-sitter-language = "0.1"
-tree-sitter = { version = "0.24", optional = true }
+tree-sitter = { version = "0.25", optional = true }
 
 [dev-dependencies]
-tree-sitter = "0.24.3"
+tree-sitter = "0.25"
 
 [build-dependencies]
 cc = "1.1.22"