mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
update milli
This commit is contained in:
parent
55fadd7f87
commit
f727dcc8c6
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1889,6 +1889,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "milli"
|
name = "milli"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/meilisearch/milli.git?rev=b7b23cd#b7b23cd4a8e62932c66c2ebedf9d89ddf089e299"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bstr",
|
"bstr",
|
||||||
|
@ -17,7 +17,6 @@ actix-cors = { path = "../../actix-extras/actix-cors" }
|
|||||||
actix-http = { version = "3.0.0-beta.4", features = ["cookies"] }
|
actix-http = { version = "3.0.0-beta.4", features = ["cookies"] }
|
||||||
actix-service = "2.0.0-beta.4"
|
actix-service = "2.0.0-beta.4"
|
||||||
actix-web = { version = "4.0.0-beta.4", features = ["rustls", "cookies"] }
|
actix-web = { version = "4.0.0-beta.4", features = ["rustls", "cookies"] }
|
||||||
#actix-web = { version = "3", features = ["rustls"] }
|
|
||||||
anyhow = "1.0.36"
|
anyhow = "1.0.36"
|
||||||
async-compression = { version = "0.3.6", features = ["gzip", "tokio-02"] }
|
async-compression = { version = "0.3.6", features = ["gzip", "tokio-02"] }
|
||||||
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
|
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
|
||||||
@ -38,8 +37,7 @@ main_error = "0.1.0"
|
|||||||
meilisearch-error = { path = "../meilisearch-error" }
|
meilisearch-error = { path = "../meilisearch-error" }
|
||||||
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", branch = "main" }
|
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", branch = "main" }
|
||||||
memmap = "0.7.0"
|
memmap = "0.7.0"
|
||||||
milli = { path = "../../milli/milli" }
|
milli = { git = "https://github.com/meilisearch/milli.git", rev = "b7b23cd" }
|
||||||
#milli = { git = "https://github.com/meilisearch/milli.git", rev = "794fce7" }
|
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
once_cell = "1.5.2"
|
once_cell = "1.5.2"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user