Skip to content

Commit

Permalink
Merge pull request #22 from ghuls/fix_read
Browse files Browse the repository at this point in the history
Fix "read" feature.
  • Loading branch information
jackh726 authored Feb 3, 2024
2 parents 274f9a4 + 8090796 commit 20d201c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ required-features = ["cli"]
default = ["remote", "read", "write", "cli"]
remote = ["attohttpc", "tempfile"]
cli = ["clap", "ryu", "ufmt", "read", "write"]
read = ["bytes"]
read = ["bytes", "itertools"]
write = ["crossbeam-channel", "tempfile", "futures", "serde", "itertools", "bincode"]

0 comments on commit 20d201c

Please sign in to comment.