Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Bumped to release parquet2
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Oct 18, 2021
1 parent 4ae27b0 commit 56c98c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ futures = { version = "0.3", optional = true }
# for faster hashing
ahash = { version = "0.7", optional = true }

#parquet2 = { version = "0.5.2", optional = true, default_features = false, features = ["stream"] }
parquet2 = { git = "https://github.com/jorgecarleitao/parquet2", branch = "simplify_codec", optional = true, default_features = false, features = ["stream"] }
#parquet2 = { path = "../parquet2", optional = true, default_features = false, features = ["stream"] }
parquet2 = { version = "0.6", optional = true, default_features = false, features = ["stream"] }

avro-rs = { version = "0.13", optional = true, default_features = false }

Expand Down

0 comments on commit 56c98c7

Please sign in to comment.