Update version for next release (v0.33.2) in Cargo.toml

This commit is contained in:
ManyTheFish 2022-09-01 11:47:23 +02:00
parent 17d020e996
commit 97a04887a3
9 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.33.1"
version = "0.33.2"
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.33.1"
version = "0.33.2"
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.33.1"
version = "0.33.2"
edition = "2021"
description = "Flatten serde-json objects like elastic search"
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "helpers"
version = "0.33.1"
version = "0.33.2"
authors = ["Clément Renault <clement@meilisearch.com>"]
edition = "2018"
description = "A small tool to do operations on the database"

View File

@ -1,7 +1,7 @@
[package]
name = "http-ui"
description = "The HTTP user interface of the milli search engine"
version = "0.33.1"
version = "0.33.2"
authors = ["Clément Renault <clement@meilisearch.com>"]
edition = "2018"
publish = false

View File

@ -1,6 +1,6 @@
[package]
name = "infos"
version = "0.33.1"
version = "0.33.2"
authors = ["Clément Renault <clement@meilisearch.com>"]
edition = "2018"
publish = false

View File

@ -1,6 +1,6 @@
[package]
name = "json-depth-checker"
version = "0.33.1"
version = "0.33.2"
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.33.1"
version = "0.33.2"
authors = ["Kerollmops <clement@meilisearch.com>"]
edition = "2018"