Removing default features for zstd (#1574)

This commit is contained in:
Paul Masurel
2022-09-30 13:02:46 +09:00
committed by GitHub
parent b50e4b7c20
commit b4b4f3fa73

View File

@@ -23,7 +23,7 @@ tantivy-fst = "0.4.0"
memmap2 = { version = "0.5.3", optional = true }
lz4_flex = { version = "0.9.2", default-features = false, features = ["checked-decode"], optional = true }
brotli = { version = "3.3.4", optional = true }
zstd = { version = "0.11", optional = true }
zstd = { version = "0.11", optional = true, default-features = false }
snap = { version = "1.0.5", optional = true }
tempfile = { version = "3.3.0", optional = true }
log = "0.4.16"