Skip to content

Commit 06ef1e9

Browse files
authored
Merge pull request #1717 from GitoxideLabs/fix-ide
This tweak makes it possible to use RustRover/IntelliJ again.
2 parents 67f20b1 + 9739620 commit 06ef1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-packetline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default = []
2424
## If set, all IO will become blocking. The same types will be used preventing side-by-side usage of blocking and non-blocking IO.
2525
blocking-io = []
2626
## Implement IO traits from `futures-io`.
27-
async-io = ["futures-io", "futures-lite", "pin-project-lite"]
27+
async-io = ["dep:futures-io", "dep:futures-lite", "dep:pin-project-lite"]
2828

2929
#! ### Other
3030
## Data structures implement `serde::Serialize` and `serde::Deserialize`.

0 commit comments

Comments
 (0)