We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5196ca4 commit d74f71bCopy full SHA for d74f71b
Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
16
base64 = "0.10.0"
17
byteorder = "1.0"
18
once_cell = "1.0"
19
-regex = "1.0"
+regex ={version = "1.3.0", default-features = false, features = ["std"]}
20
tantivy-fst = "0.1"
21
memmap = {version = "0.7", optional=true}
22
lz4 = {version="1.20", optional=true}
@@ -84,6 +84,7 @@ wasm-bindgen = ["uuid/wasm-bindgen"]
84
travis-ci = { repository = "tantivy-search/tantivy" }
85
86
[dev-dependencies.fail]
87
+version = "0.3"
88
features = ["failpoints"]
89
90
# Following the "fail" crate best practises, we isolate
0 commit comments