File: 0009-Relax-fs4-dependency-to-0.11-0.14.patch

package info (click to toggle)
tree-sitter 0.25.9-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,048 kB
  • sloc: ansic: 17,278; javascript: 2,242; makefile: 188; python: 91; cpp: 13
file content (23 lines) | stat: -rw-r--r-- 645 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: Tue, 12 Nov 2024 22:16:45 -0500
Subject: Relax fs4 dependency to >= 0.11, < 0.14

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 6e67c9a..638cf52 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -121,7 +121,7 @@ ctrlc = { version = "3.4.5", features = ["termination"] }
 dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
 etcetera = "0.8.0"
 filetime = "0.2.25"
-fs4 = "0.12.0"
+fs4 = ">= 0.11, < 0.14"
 git2 = "0.20.0"
 glob = "0.3.2"
 heck = "0.5.0"