Skip to content

Commit

Permalink
Update Cargo.toml to add brotli feature to parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed May 24, 2023
1 parent 9c58f4d commit 9e98272
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 @@ -46,7 +46,7 @@ numpy = {version = "0.17", optional = true}
indicatif = {version = "0.17", features = ["rayon"]}
rstats = "1.2.50"
thiserror = "1.0"
parquet = {version = "40.0.0", default-features = false, features = ["arrow"]}
parquet = {version = "40.0.0", default-features = false, features = ["arrow", "brotli"]}
arrow = "40.0.0"
shadow-rs = {version = "0.21.0", default-features = false}
serde_yaml = "0.9.21"
Expand Down

0 comments on commit 9e98272

Please sign in to comment.