Update version for the next release (v0.39.2) in Cargo.toml files

This commit is contained in:
curquiza 2023-01-19 14:29:09 +00:00
parent 0c7d1f761e
commit 3f048927a0
6 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.39.1"
version = "0.39.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.39.1"
version = "0.39.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.39.1"
version = "0.39.2"
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.39.1"
version = "0.39.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.39.1"
version = "0.39.2"
authors = ["Kerollmops <clement@meilisearch.com>"]
edition = "2018"