File: 0010-Relax-heck-dependency-to-0.4.0.patch

package info (click to toggle)
tree-sitter 0.22.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,172 kB
  • sloc: ansic: 16,063; javascript: 4,867; sh: 585; makefile: 182; cpp: 104; python: 54
file content (23 lines) | stat: -rw-r--r-- 541 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
From: James McCoy <jamessan@debian.org>
Date: Sun, 11 Aug 2024 00:26:05 -0700
Subject: Relax heck dependency to 0.4.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 2abf046..780abee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,7 @@ filetime = "0.2.23"
 fs4 = "0.8.2"
 git2 = "0.18.3"
 glob = "0.3.1"
-heck = "0.5.0"
+heck = "0.4.0"
 html-escape = "0.2.12"
 indexmap = "2.2.6"
 indoc = "2.0.5"