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

Commit

Permalink
Bumped parquet2 requirement (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Jun 15, 2022
1 parent 72df09f commit 39db6fb
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 @@ -67,7 +67,7 @@ futures = { version = "0.3", optional = true }
ahash = { version = "0.7", optional = true }

# parquet support
parquet2 = { version = "0.13", optional = true, default_features = false }
parquet2 = { version = "0.13.1", optional = true, default_features = false }

# avro support
avro-schema = { version = "0.2", optional = true }
Expand Down

0 comments on commit 39db6fb

Please sign in to comment.