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 3, 2019
1 parent 5196ca4 commit 9318683
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ edition = "2018"
[dependencies]
base64 = "0.10.0"
byteorder = "1.0"
crc32fast = "1.2.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 +85,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 9318683

Please sign in to comment.