Skip to content

Commit

Permalink
Remove default bytelines features
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Jan 5, 2024
1 parent d8f427c commit 4948050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ strum_macros = "0.25"
xxhash-rust = { version = "0.8", features = ["xxh64"] }

# optional dependencies only use for CLI
bytelines = { version = "2.4", optional = true }
bytelines = { version = "2.5", optional = true, default-features = false }
bytesize = { version = "1.3", optional = true }
clap = { version = "4.4", optional = true, features = ["derive"] }
cli-table = { version = "0.4", optional = true }
Expand Down

0 comments on commit 4948050

Please sign in to comment.