diff --git a/.code-samples.meilisearch.yaml b/.code-samples.meilisearch.yaml index d8560e46..bfcfd71b 100644 --- a/.code-samples.meilisearch.yaml +++ b/.code-samples.meilisearch.yaml @@ -748,7 +748,7 @@ primary_field_guide_add_document_primary_key: |- getting_started_add_documents_md: |- ```toml [dependencies] - meilisearch-sdk = "0.19" + meilisearch-sdk = "0.20" # futures: because we want to block on futures futures = "0.3" # serde: required if you are going to use documents diff --git a/Cargo.toml b/Cargo.toml index e82d940f..374ff180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-sdk" -version = "0.19.0" +version = "0.20.0" authors = ["Mubelotix "] edition = "2018" description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, fast, open-source, easy to use and deploy search engine." diff --git a/README.md b/README.md index 545c180e..6df1d21f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.19.0" +meilisearch-sdk = "0.20.0" ``` The following optional dependencies may also be useful: diff --git a/README.tpl b/README.tpl index 11df60cb..456f8dad 100644 --- a/README.tpl +++ b/README.tpl @@ -59,7 +59,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.19.0" +meilisearch-sdk = "0.20.0" ``` The following optional dependencies may also be useful: