mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Unify the crates versions to 0.8.0
This commit is contained in:
parent
12a6c7d54d
commit
963ca1e2c7
5 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "meilidb-http"
|
||||
version = "0.3.0"
|
||||
version = "0.8.0"
|
||||
authors = [
|
||||
"Quentin de Quelen <quentin@dequelen.me>",
|
||||
"Clément Renault <clement@meilisearch.com>",
|
||||
|
@ -18,8 +18,8 @@ indexmap = { version = "1.3.0", features = ["serde-1"] }
|
|||
jemallocator = "0.3.2"
|
||||
log = "0.4.8"
|
||||
main_error = "0.1.0"
|
||||
meilidb-core = { path = "../meilidb-core", version = "0.7.0" }
|
||||
meilidb-schema = { path = "../meilidb-schema", version = "0.6.0" }
|
||||
meilidb-core = { path = "../meilidb-core", version = "0.8.0" }
|
||||
meilidb-schema = { path = "../meilidb-schema", version = "0.8.0" }
|
||||
pretty-bytes = "0.2.2"
|
||||
rand = "0.7.2"
|
||||
rayon = "1.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue