Bump the MeiliSearch version to v0.21.1

This commit is contained in:
Kerollmops 2021-08-30 15:06:06 +02:00
parent a8c146fd13
commit b8c954eb3f
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1617,14 +1617,14 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "meilisearch-error"
version = "0.21.0"
version = "0.21.1"
dependencies = [
"actix-http",
]
[[package]]
name = "meilisearch-http"
version = "0.21.0"
version = "0.21.1"
dependencies = [
"actix-cors",
"actix-http",

View File

@ -1,6 +1,6 @@
[package]
name = "meilisearch-error"
version = "0.21.0"
version = "0.21.1"
authors = ["marin <postma.marin@protonmail.com>"]
edition = "2018"

View File

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