Skip to content

Commit

Permalink
fix(bitar): enable tokio feature io-util
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed Apr 23, 2024
1 parent 3f1df7f commit 46c4493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ brotli = { version = "5.0", default-features = false, features = [
"disable-timer",
], optional = true }
futures-util = { version = "0.3", default-features = false }
tokio = "1"
tokio = { version = "1", features = ["io-util"] }
bytes = "1.1"
rust-lzma = { version = "0.6", optional = true }
zstd = { version = "0.13", optional = true }
Expand Down

0 comments on commit 46c4493

Please sign in to comment.