File: drop-async-io.patch

package info (click to toggle)
rust-gix-packetline-blocking 0.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: this crate is a verbatim copy of gix-packetline for technical
reasons, it always has the blocking-io feature pre-selected which conflicts
with async-io, so it's not possible to enable the latter.

Index: gix-packetline-blocking/Cargo.toml
===================================================================
--- gix-packetline-blocking.orig/Cargo.toml
+++ gix-packetline-blocking/Cargo.toml
@@ -69,7 +69,6 @@ default-features = false
 version = "2.0.0"
 
 [features]
-async-io = []
 blocking-io = []
 default = ["blocking-io"]
 serde = [