From d138b3c70400c293047d038d049440fa5a120100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Mon, 25 Apr 2022 14:03:21 +0200 Subject: [PATCH] Update version --- benchmarks/Cargo.toml | 2 +- cli/Cargo.toml | 3 ++- filter-parser/Cargo.toml | 3 ++- flatten-serde-json/Cargo.toml | 3 ++- helpers/Cargo.toml | 3 ++- http-ui/Cargo.toml | 3 ++- infos/Cargo.toml | 3 ++- json-depth-checker/Cargo.toml | 3 ++- milli/Cargo.toml | 2 +- 9 files changed, 16 insertions(+), 9 deletions(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 0dbbd6d6f..440fe4ce0 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benchmarks" -version = "0.1.0" +version = "0.27.0" edition = "2018" publish = false diff --git a/cli/Cargo.toml b/cli/Cargo.toml index de302b895..83e3053a9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "cli" -version = "0.26.1" +version = "0.27.0" edition = "2018" description = "A CLI to interact with a milli index" +publish = false [dependencies] indicatif = "0.16.2" diff --git a/filter-parser/Cargo.toml b/filter-parser/Cargo.toml index fe069ccb2..a302bc758 100644 --- a/filter-parser/Cargo.toml +++ b/filter-parser/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "filter-parser" -version = "0.1.0" +version = "0.27.0" edition = "2021" description = "The parser for the Meilisearch filter syntax" +publish = false [dependencies] nom = "7.1.0" diff --git a/flatten-serde-json/Cargo.toml b/flatten-serde-json/Cargo.toml index 0220e8ceb..ceb24336e 100644 --- a/flatten-serde-json/Cargo.toml +++ b/flatten-serde-json/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "flatten-serde-json" -version = "0.1.0" +version = "0.27.0" edition = "2021" description = "Flatten serde-json objects like elastic search" readme = "README.md" +publish = false [dependencies] serde_json = "1.0" diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index d71009c91..c7cfdc8ea 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "helpers" -version = "0.26.1" +version = "0.27.0" authors = ["Clément Renault "] edition = "2018" description = "A small tool to do operations on the database" +publish = false [dependencies] anyhow = "1.0.56" diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index 933129c70..888847c26 100644 --- a/http-ui/Cargo.toml +++ b/http-ui/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "http-ui" description = "The HTTP user interface of the milli search engine" -version = "0.26.1" +version = "0.27.0" authors = ["Clément Renault "] edition = "2018" +publish = false [dependencies] anyhow = "1.0.56" diff --git a/infos/Cargo.toml b/infos/Cargo.toml index 0401db86d..fb618121d 100644 --- a/infos/Cargo.toml +++ b/infos/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "infos" -version = "0.26.1" +version = "0.27.0" authors = ["Clément Renault "] edition = "2018" +publish = false [dependencies] anyhow = "1.0.56" diff --git a/json-depth-checker/Cargo.toml b/json-depth-checker/Cargo.toml index 9d99a47d8..087e7e947 100644 --- a/json-depth-checker/Cargo.toml +++ b/json-depth-checker/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "json-depth-checker" -version = "0.1.0" +version = "0.27.0" edition = "2021" description = "A library that indicates if a JSON must be flattened" +publish = false [dependencies] serde_json = "1.0" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index ef9e33c95..a104145d1 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milli" -version = "0.26.1" +version = "0.27.0" authors = ["Kerollmops "] edition = "2018"