File: 0005-Relax-webbrowser-dependency-to-allow-0.8.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-- 676 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:32:30 -0700
Subject: Relax webbrowser dependency to allow 0.8

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 29a964b..073f058 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -148,7 +148,7 @@ toml = "0.8.19"
 unindent = "0.2.3"
 url = { version = "2.5.4", features = ["serde"] }
 walkdir = "2.5.0"
-webbrowser = "1.0.3"
+webbrowser = ">= 0.8, < 2"
 
 tree-sitter = { version = "0.25.1", path = "./lib" }
 tree-sitter-generate = { version = "0.25.1", path = "./cli/generate" }