We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f40b9 commit 25b6e3dCopy full SHA for 25b6e3d
gix-packetline/Cargo.toml
@@ -24,7 +24,7 @@ default = []
24
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
25
blocking-io = []
26
## Implement IO traits from `futures-io`.
27
-async-io = ["dep:futures-io", "dep:futures-lite", "dep:pin-project-lite"]
+async-io = ["dep:futures-io", "futures-lite", "dep:pin-project-lite"]
28
29
#! ### Other
30
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
gix-protocol/Cargo.toml
@@ -34,7 +34,7 @@ async-client = [
34
"gix-transport/async-client",
35
"dep:async-trait",
36
"dep:futures-io",
37
- "dep:futures-lite",
+ "futures-lite",
38
"handshake",
39
"fetch"
40
]
0 commit comments