207: Update alpha for the next release r=MarinPostma a=curquiza



Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2021-06-14 16:40:26 +00:00 committed by GitHub
commit 5795254b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1546,7 +1546,7 @@ dependencies = [
[[package]] [[package]]
name = "meilisearch-http" name = "meilisearch-http"
version = "0.21.0-alpha.4" version = "0.21.0-alpha.5"
dependencies = [ dependencies = [
"actix-cors", "actix-cors",
"actix-http", "actix-http",

View File

@ -4,7 +4,7 @@ description = "MeiliSearch HTTP server"
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
name = "meilisearch-http" name = "meilisearch-http"
version = "0.21.0-alpha.4" version = "0.21.0-alpha.5"
[[bin]] [[bin]]
name = "meilisearch" name = "meilisearch"