694: Update version for the next release (v0.36.0) in Cargo.toml files r=curquiza a=meili-bot

⚠️ This PR is automatically generated. Check the new version is the expected one before merging.

Co-authored-by: Kerollmops <Kerollmops@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-11-09 11:22:24 +00:00 committed by GitHub
commit e75829aded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "benchmarks"
version = "0.35.1"
version = "0.36.0"
edition = "2018"
publish = false

View File

@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.35.1"
version = "0.36.0"
edition = "2018"
description = "A CLI to interact with a milli index"
publish = false

View File

@ -1,6 +1,6 @@
[package]
name = "filter-parser"
version = "0.35.1"
version = "0.36.0"
edition = "2021"
description = "The parser for the Meilisearch filter syntax"
publish = false

View File

@ -1,6 +1,6 @@
[package]
name = "flatten-serde-json"
version = "0.35.1"
version = "0.36.0"
edition = "2021"
description = "Flatten serde-json objects like elastic search"
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "json-depth-checker"
version = "0.35.1"
version = "0.36.0"
edition = "2021"
description = "A library that indicates if a JSON must be flattened"
publish = false

View File

@ -1,6 +1,6 @@
[package]
name = "milli"
version = "0.35.1"
version = "0.36.0"
authors = ["Kerollmops <clement@meilisearch.com>"]
edition = "2018"