mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Bump the workspace crates to 0.9.0-rc.1
This commit is contained in:
parent
cfe21f7b02
commit
f6972ec682
6 changed files with 20 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "meilisearch-http"
|
||||
description = "MeiliSearch HTTP server"
|
||||
version = "0.8.4"
|
||||
version = "0.9.0-rc.1"
|
||||
license = "MIT"
|
||||
authors = [
|
||||
"Quentin de Quelen <quentin@dequelen.me>",
|
||||
|
@ -25,8 +25,8 @@ http-service = "0.4.0"
|
|||
indexmap = { version = "1.3.0", features = ["serde-1"] }
|
||||
log = "0.4.8"
|
||||
main_error = "0.1.0"
|
||||
meilisearch-core = { path = "../meilisearch-core", version = "0.8.4" }
|
||||
meilisearch-schema = { path = "../meilisearch-schema", version = "0.8.4" }
|
||||
meilisearch-core = { path = "../meilisearch-core", version = "0.9.0-rc.1" }
|
||||
meilisearch-schema = { path = "../meilisearch-schema", version = "0.9.0-rc.1" }
|
||||
mime = "0.3.16"
|
||||
pretty-bytes = "0.2.2"
|
||||
rand = "0.7.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue