File: 2002_tokio-stream.patch

package info (click to toggle)
hx 25.01.1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,268 kB
  • sloc: lisp: 24,079; xml: 109; cpp: 45; sh: 40; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 618 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older release of crate tokio-stream
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-03-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -28,7 +28,7 @@
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 tokio = { version = "1.43", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
-tokio-stream = "0.1.17"
+tokio-stream = "0.1.16"
 parking_lot = "0.12.3"
 arc-swap = "1"
 slotmap.workspace = true