Skip to content

Commit

Permalink
Add missing async-io feature in gix-packetline-blocking
Browse files Browse the repository at this point in the history
Otherwise there would be many unexpected_cfgs warnings for async-io
coming from the gix-packetline sources.
  • Loading branch information
Urgau committed Nov 19, 2023
1 parent aa8ffa1 commit f1d2d23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gix-packetline-blocking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ default = ["blocking-io"]
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
blocking-io = []

## DO NOT USE, use instead directly gix-packetline
async-io = []

#! ### Other
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
serde = ["dep:serde", "bstr/serde"]
Expand Down

0 comments on commit f1d2d23

Please sign in to comment.