Skip to content

Commit 1603af3

Browse files
bors[bot]bidoubiwa
andauthored
Merge #405
405: Update version for the next release (v0.21.1) r=irevoire a=bidoubiwa Introduce the fix that failed the crate publish Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents d485ad2 + f595f94 commit 1603af3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meilisearch-sdk"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
authors = ["Mubelotix <[email protected]>"]
55
edition = "2018"
66
description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, fast, open-source, easy to use and deploy search engine."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5252

5353
```toml
5454
[dependencies]
55-
meilisearch-sdk = "0.21.0"
55+
meilisearch-sdk = "0.21.1"
5656
```
5757

5858
The following optional dependencies may also be useful:

README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5252

5353
```toml
5454
[dependencies]
55-
meilisearch-sdk = "0.21.0"
55+
meilisearch-sdk = "0.21.1"
5656
```
5757

5858
The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)