Skip to content

Commit

Permalink
Bump to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Mar 15, 2022
1 parent 555e3de commit 835acb9
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 @@ -37,7 +37,7 @@ snap = { version = "1.0", optional = true }
brotli = { version = "3.3", optional = true }
flate2 = { version = "1.0", optional = true }
lz4 = { version = "1.23", optional = true }
zstd = { version = "0.11", optional = true, default-features = false }
zstd = { version = "0.11.1", optional = true, default-features = false }
chrono = { version = "0.4", default-features = false }
num = "0.4"
num-bigint = "0.4"
Expand Down

0 comments on commit 835acb9

Please sign in to comment.