File: 0020-lib-Bump-bindgen-dependency-to-0.72.patch

package info (click to toggle)
tree-sitter 0.25.9-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,048 kB
  • sloc: ansic: 17,278; javascript: 2,242; makefile: 191; python: 91; cpp: 13
file content (23 lines) | stat: -rw-r--r-- 674 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: Sat, 30 Nov 2024 20:28:59 -0500
Subject: lib: Bump bindgen dependency to 0.72

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

diff --git a/lib/Cargo.toml b/lib/Cargo.toml
index ab6d615..d6634b0 100644
--- a/lib/Cargo.toml
+++ b/lib/Cargo.toml
@@ -50,7 +50,7 @@ tree-sitter-language = { version = "0.1", path = "language" }
 streaming-iterator = "0.1.9"
 
 [build-dependencies]
-bindgen = { version = "0.71.1", optional = true }
+bindgen = { version = "0.72", optional = true }
 cc.workspace = true
 serde_json.workspace = true