File: 0012-Relax-indexmap-dependency-to-2.7.0.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-- 586 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: Wed, 4 Jun 2025 22:08:45 -0400
Subject: Relax indexmap dependency to 2.7.0

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 dea42b1..3590b54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -122,7 +122,7 @@ git2 = "0.20.0"
 glob = "0.3.2"
 heck = "0.5.0"
 html-escape = "0.2.13"
-indexmap = "2.7.1"
+indexmap = "2.7.0"
 indoc = "2.0.5"
 libloading = "0.8.6"
 log = { version = "0.4.25", features = ["std"] }