From 9885fb415963995dd7890ec217926b0cfc6d3afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Wed, 23 Jun 2021 14:05:20 +0200 Subject: [PATCH] Update version for the next release (v0.5.1) --- Cargo.lock | 10 +++++----- helpers/Cargo.toml | 2 +- http-ui/Cargo.toml | 2 +- infos/Cargo.toml | 2 +- milli/Cargo.toml | 2 +- search/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 428aae05f..ff600110e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,7 +901,7 @@ dependencies = [ [[package]] name = "helpers" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "byte-unit", @@ -955,7 +955,7 @@ dependencies = [ [[package]] name = "http-ui" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "askama", @@ -1098,7 +1098,7 @@ dependencies = [ [[package]] name = "infos" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "byte-unit", @@ -1377,7 +1377,7 @@ dependencies = [ [[package]] name = "milli" -version = "0.5.0" +version = "0.5.1" dependencies = [ "big_s", "bstr", @@ -2232,7 +2232,7 @@ dependencies = [ [[package]] name = "search" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "byte-unit", diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index 3a778cdab..eeabf6971 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helpers" -version = "0.5.0" +version = "0.5.1" authors = ["Clément Renault "] edition = "2018" diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index 0319e4e50..d12b4363d 100644 --- a/http-ui/Cargo.toml +++ b/http-ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-ui" description = "The HTTP user interface of the milli search engine" -version = "0.5.0" +version = "0.5.1" authors = ["Clément Renault "] edition = "2018" diff --git a/infos/Cargo.toml b/infos/Cargo.toml index 8043b9fe8..bb548743c 100644 --- a/infos/Cargo.toml +++ b/infos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infos" -version = "0.5.0" +version = "0.5.1" authors = ["Clément Renault "] edition = "2018" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 3c4e528ee..d708442dc 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milli" -version = "0.5.0" +version = "0.5.1" authors = ["Kerollmops "] edition = "2018" diff --git a/search/Cargo.toml b/search/Cargo.toml index 364900b05..82368af92 100644 --- a/search/Cargo.toml +++ b/search/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search" -version = "0.5.0" +version = "0.5.1" authors = ["Clément Renault "] edition = "2018"