Skip to content

Commit

Permalink
Unpinned compression versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Apr 19, 2021
1 parent 1f3031a commit acc4763
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ parquet-format = "~2.6.1"
thrift = "0.13"
bitpacking = { version = "0.8.2", features = ["bitpacker1x"] }

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.6", optional = true }
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.6", optional = true }

[features]
default = ["snappy", "gzip", "lz4", "zstd", "brotli"]
Expand Down

0 comments on commit acc4763

Please sign in to comment.