From 20ad43b9081ddc9e0ca52ed4c85900d2fce09f59 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Wed, 8 Sep 2021 14:06:28 +0200 Subject: [PATCH] Enable the grenad tempfile feature back --- milli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 92d59c5f6..d5a2e2978 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -15,7 +15,7 @@ either = "1.6.1" flate2 = "1.0.20" fst = "0.4.5" fxhash = "0.2.1" -grenad = { version = "0.3.0", default-features = false } +grenad = { version = "0.3.0", default-features = false, features = ["tempfile"] } heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] } human_format = "1.0.3" levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }