Skip to content

Commit

Permalink
Merge pull request quickwit-oss#1209 from quickwit-inc/lz4_flex_version
Browse files Browse the repository at this point in the history
fix lz4_flex version
  • Loading branch information
PSeitz committed Nov 16, 2021
2 parents 72cef12 + cf92be3 commit 02174d2
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 @@ -20,7 +20,7 @@ once_cell = "1.7.2"
regex ={ version = "1.5.4", default-features = false, features = ["std"] }
tantivy-fst = "0.3"
memmap2 = {version = "0.5", optional=true}
lz4_flex = { version = "=0.9.0", default-features = false, features = ["checked-decode"], optional = true }
lz4_flex = { version = "0.9", default-features = false, features = ["checked-decode"], optional = true }
brotli = { version = "3.3", optional = true }
snap = { version = "1.0.5", optional = true }
tempfile = { version = "3.2", optional = true }
Expand Down

0 comments on commit 02174d2

Please sign in to comment.