Skip to content

Commit

Permalink
Fix features
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 1, 2023
1 parent a6e1df9 commit 3cf9888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ thrift = { version = "0.17", default-features = false }
snap = { version = "1.0", default-features = false, optional = true }
brotli = { version = "3.3", default-features = false, features = ["std"], optional = true }
flate2 = { version = "1.0", default-features = false, features = ["rust_backend"], optional = true }
lz4_flex = { version = "0.11", default-features = false, optional = true }
lz4_flex = { version = "0.11", default-features = false, features = ["std"], optional = true }
zstd = { version = "0.12.0", optional = true, default-features = false }
chrono = { workspace = true }
num = { version = "0.4", default-features = false }
Expand Down

0 comments on commit 3cf9888

Please sign in to comment.