From b489515f4d4252ccc0709dee073132ec5e787491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Wed, 30 Jun 2021 13:52:46 +0200 Subject: [PATCH] Update milli version to v0.7.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 a49424e88..055243c32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -946,7 +946,7 @@ dependencies = [ [[package]] name = "helpers" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "byte-unit", @@ -1000,7 +1000,7 @@ dependencies = [ [[package]] name = "http-ui" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "askama", @@ -1149,7 +1149,7 @@ dependencies = [ [[package]] name = "infos" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "byte-unit", @@ -1438,7 +1438,7 @@ dependencies = [ [[package]] name = "milli" -version = "0.7.0" +version = "0.7.1" dependencies = [ "big_s", "bstr", @@ -2290,7 +2290,7 @@ dependencies = [ [[package]] name = "search" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "byte-unit", diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index 86fecf5a1..6997d0d3a 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helpers" -version = "0.7.0" +version = "0.7.1" authors = ["Clément Renault "] edition = "2018" diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index 1e76559a0..f09406cce 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.7.0" +version = "0.7.1" authors = ["Clément Renault "] edition = "2018" diff --git a/infos/Cargo.toml b/infos/Cargo.toml index 0d68055c2..9a9d39744 100644 --- a/infos/Cargo.toml +++ b/infos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infos" -version = "0.7.0" +version = "0.7.1" authors = ["Clément Renault "] edition = "2018" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 17c3a578c..3b025a805 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milli" -version = "0.7.0" +version = "0.7.1" authors = ["Kerollmops "] edition = "2018" diff --git a/search/Cargo.toml b/search/Cargo.toml index 7dbfcc52a..be972cf23 100644 --- a/search/Cargo.toml +++ b/search/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search" -version = "0.7.0" +version = "0.7.1" authors = ["Clément Renault "] edition = "2018"