Skip to content

Commit fa198a1

Browse files
committed
Lighter regex dependency.
Detail on rust-lang/regex#613
1 parent 5196ca4 commit fa198a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616
base64 = "0.10.0"
1717
byteorder = "1.0"
1818
once_cell = "1.0"
19-
regex = "1.0"
19+
regex ={version = "1.3.0", default-features = false, features = ["std"]}
2020
tantivy-fst = "0.1"
2121
memmap = {version = "0.7", optional=true}
2222
lz4 = {version="1.20", optional=true}
@@ -84,6 +84,7 @@ wasm-bindgen = ["uuid/wasm-bindgen"]
8484
travis-ci = { repository = "tantivy-search/tantivy" }
8585

8686
[dev-dependencies.fail]
87+
version = "0.3"
8788
features = ["failpoints"]
8889

8990
# Following the "fail" crate best practises, we isolate

0 commit comments

Comments
 (0)