From 98285b4b187188bd0186087fbf948f8ba52ef81c Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Wed, 23 Jun 2021 17:30:26 +0200 Subject: [PATCH] Bump milli to 0.6.0 --- Cargo.lock | 10 +++++----- benchmarks/Cargo.toml | 1 - helpers/Cargo.toml | 2 +- http-ui/Cargo.toml | 2 +- infos/Cargo.toml | 2 +- milli/Cargo.toml | 2 +- search/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff600110e..73114c7c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,7 +901,7 @@ dependencies = [ [[package]] name = "helpers" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "byte-unit", @@ -955,7 +955,7 @@ dependencies = [ [[package]] name = "http-ui" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "askama", @@ -1098,7 +1098,7 @@ dependencies = [ [[package]] name = "infos" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "byte-unit", @@ -1377,7 +1377,7 @@ dependencies = [ [[package]] name = "milli" -version = "0.5.1" +version = "0.6.0" dependencies = [ "big_s", "bstr", @@ -2232,7 +2232,7 @@ dependencies = [ [[package]] name = "search" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "byte-unit", diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index d211b0b6e..6d5c99950 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2018" publish = false - [dependencies] milli = { path = "../milli" } diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index eeabf6971..224b0e5eb 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helpers" -version = "0.5.1" +version = "0.6.0" authors = ["Clément Renault "] edition = "2018" diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index d12b4363d..5e6ab9d09 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.1" +version = "0.6.0" authors = ["Clément Renault "] edition = "2018" diff --git a/infos/Cargo.toml b/infos/Cargo.toml index bb548743c..d12036a07 100644 --- a/infos/Cargo.toml +++ b/infos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infos" -version = "0.5.1" +version = "0.6.0" authors = ["Clément Renault "] edition = "2018" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index d708442dc..872c339ff 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milli" -version = "0.5.1" +version = "0.6.0" authors = ["Kerollmops "] edition = "2018" diff --git a/search/Cargo.toml b/search/Cargo.toml index 82368af92..bd1aba2dd 100644 --- a/search/Cargo.toml +++ b/search/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search" -version = "0.5.1" +version = "0.6.0" authors = ["Clément Renault "] edition = "2018"