mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-05 18:10:42 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user