Skip to content

Commit

Permalink
Merge pull request GitoxideLabs#1717 from GitoxideLabs/fix-ide
Browse files Browse the repository at this point in the history
This tweak makes it possible to use RustRover/IntelliJ again.
  • Loading branch information
Byron authored Dec 9, 2024
2 parents 67f20b1 + 9739620 commit 06ef1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gix-packetline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default = []
## 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 = []
## Implement IO traits from `futures-io`.
async-io = ["futures-io", "futures-lite", "pin-project-lite"]
async-io = ["dep:futures-io", "dep:futures-lite", "dep:pin-project-lite"]

#! ### Other
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
Expand Down

0 comments on commit 06ef1e9

Please sign in to comment.