Skip to content

Commit be4de0d

Browse files
committed
Add missing async-io feature in gix-packetline-blocking
Otherwise there would be many unexpected_cfgs warnings for async-io coming from the gix-packetline sources.
1 parent 5b088c6 commit be4de0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gix-packetline-blocking/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ default = ["blocking-io"]
1919
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
2020
blocking-io = []
2121

22+
## DO NOT USE, use instead directly gix-packetline
23+
async-io = []
24+
2225
#! ### Other
2326
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
2427
serde = ["dep:serde", "bstr/serde"]

0 commit comments

Comments
 (0)