Skip to content

Commit

Permalink
Lighter regex dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Sep 4, 2019
1 parent 5196ca4 commit fa198a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -16,7 +16,7 @@ edition = "2018"
base64 = "0.10.0"
byteorder = "1.0"
once_cell = "1.0"
regex = "1.0"
regex ={version = "1.3.0", default-features = false, features = ["std"]}
tantivy-fst = "0.1"
memmap = {version = "0.7", optional=true}
lz4 = {version="1.20", optional=true}
Expand Down Expand Up @@ -84,6 +84,7 @@ wasm-bindgen = ["uuid/wasm-bindgen"]
travis-ci = { repository = "tantivy-search/tantivy" }

[dev-dependencies.fail]
version = "0.3"
features = ["failpoints"]

# Following the "fail" crate best practises, we isolate
Expand Down

0 comments on commit fa198a1

Please sign in to comment.