use crates.io dependency (#1990)

This commit is contained in:
PSeitz
2023-04-14 09:35:20 +08:00
committed by GitHub
parent 36138c493b
commit b0ef9a6252

View File

@@ -62,7 +62,7 @@ query-grammar = { version= "0.19.0", path="./query-grammar", package = "tantivy-
tantivy-bitpacker = { version= "0.3", path="./bitpacker" }
common = { version= "0.5", path = "./common/", package = "tantivy-common" }
tokenizer-api = { version="0.1", path="./tokenizer-api", package="tantivy-tokenizer-api" }
sketches-ddsketch = { git = "https://github.com/PSeitz/rust-sketches-ddsketch", version = "0.2.0", features = ["use_serde"] }
sketches-ddsketch = { version = "0.2.1", features = ["use_serde"] }
[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"