File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ default = []
24
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
25
blocking-io = []
26
26
# # Implement IO traits from `futures-io`.
27
- async-io = [" dep:futures-io" , " dep: futures-lite" , " dep:pin-project-lite" ]
27
+ async-io = [" dep:futures-io" , " futures-lite" , " dep:pin-project-lite" ]
28
28
29
29
# ! ### Other
30
30
# # Data structures implement `serde::Serialize` and `serde::Deserialize`.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ async-client = [
34
34
" gix-transport/async-client" ,
35
35
" dep:async-trait" ,
36
36
" dep:futures-io" ,
37
- " dep: futures-lite" ,
37
+ " futures-lite" ,
38
38
" handshake" ,
39
39
" fetch"
40
40
]
You can’t perform that action at this time.
0 commit comments