Switch fst dependency to git (#808)

Closes #803

This allows the package to be built without first cloning the
tantivy-search/fst repo into the expected place. This should fix CI.
This commit is contained in:
Rob Young
2020-04-16 15:05:12 +01:00
committed by GitHub
parent 186d7fc20e
commit c591d0e591

View File

@@ -18,7 +18,7 @@ byteorder = "1.0"
crc32fast = "1.2.0"
once_cell = "1.0"
regex ={version = "1.3.0", default-features = false, features = ["std"]}
tantivy-fst = {path="../tantivy-fst", version="0.3"}
tantivy-fst = {git = "https://github.com/tantivy-search/fst", version="0.3"}
memmap = {version = "0.7", optional=true}
lz4 = {version="1.20", optional=true}
snap = "1"