File: 0004-Relax-smallbitvec-dependency-to-2.5.1.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-- 677 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, 10 Aug 2024 23:31:29 -0700
Subject: Relax smallbitvec dependency to 2.5.1

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 5e1e3a2..29a964b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -139,7 +139,7 @@ serde = { version = "1.0.217", features = ["derive"] }
 serde_derive = "1.0.217"
 serde_json = { version = "1.0.137", features = ["preserve_order"] }
 similar = "2.7.0"
-smallbitvec = "2.5.3"
+smallbitvec = "2.5.1"
 streaming-iterator = "0.1.9"
 tempfile = "3.15.0"
 thiserror = "2.0.11"