From 28408816ef377fa17033583f95325446e2556ac0 Mon Sep 17 00:00:00 2001 From: curquiza Date: Thu, 5 Jan 2023 11:45:15 +0000 Subject: [PATCH] Update version for the next release (v1.0.0) in Cargo.toml files --- Cargo.lock | 2 +- meilisearch/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87d477d8f..0eacf6bd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2283,7 +2283,7 @@ dependencies = [ [[package]] name = "meilisearch" -version = "0.30.1" +version = "1.0.0" dependencies = [ "actix-cors", "actix-http", diff --git a/meilisearch/Cargo.toml b/meilisearch/Cargo.toml index 0c5d5d690..89b97f910 100644 --- a/meilisearch/Cargo.toml +++ b/meilisearch/Cargo.toml @@ -4,7 +4,7 @@ description = "Meilisearch HTTP server" edition = "2021" license = "MIT" name = "meilisearch" -version = "0.30.1" +version = "1.0.0" [dependencies] actix-cors = "0.6.3"