From cf92be3bd62e25cbd1a1410191b92a4580961472 Mon Sep 17 00:00:00 2001 From: PSeitz Date: Tue, 16 Nov 2021 06:03:04 +0000 Subject: [PATCH] fix lz4_flex version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 594dedae0..4dc03c390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }