Skip to content

Commit 62ec0e3

Browse files
authored
Merge pull request #1939 from EliahKagan/run-ci/ghost-feature
Add a second "DO NOT USE" feature to `gix-packetline-blocking`
2 parents 705b86d + d5dd239 commit 62ec0e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gix-packetline-blocking/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ default = ["blocking-io"]
2121
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
2222
blocking-io = []
2323

24-
## DO NOT USE, use instead `gix-packetline` directly.
24+
## DO NOT USE, instead use `gix-packetline` directly.
2525
async-io = []
2626

27+
## DO NOT USE, instead use `gix-packetline` directly (and still don't specify `futures-lite`).
28+
futures-lite = []
29+
2730
#! ### Other
2831
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
2932
serde = ["dep:serde", "bstr/serde"]

0 commit comments

Comments
 (0)