Skip to content

Commit b2b6c66

Browse files
authored
Update version for the next release (v0.7.0) (#123)
1 parent 2eadb5a commit b2b6c66

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.code-samples.meilisearch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ search_guide_2: |-
394394
getting_started_add_documents_md: |-
395395
```toml
396396
[dependencies]
397-
meilisearch-sdk = "0.6"
397+
meilisearch-sdk = "0.7"
398398
# futures: because we want to block on futures
399399
futures = "0.3"
400400
# serde: required if you are going to use documents

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meilisearch-sdk"
3-
version = "0.6.1"
3+
version = "0.7.0"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
4949

5050
```toml
5151
[dependencies]
52-
meilisearch-sdk = "0.6.1"
52+
meilisearch-sdk = "0.7.0"
5353
```
5454

5555
The following optional dependencies may also be useful:

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! ```toml
66
//! [dependencies]
7-
//! meilisearch-sdk = "0.6.1"
7+
//! meilisearch-sdk = "0.7.0"
88
//! ```
99
//!
1010
//! The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)