Skip to content

Commit 6c666c1

Browse files
meili-botcurquiza
andauthored
Update version for the next release (v0.30.0) (#708)
* Update Cargo.toml * Update meilisearch-index-setting-macro/Cargo.toml * Update README.tpl * Update README.md * Update .code-samples.meilisearch.yaml --------- Co-authored-by: Clémentine <[email protected]>
1 parent 657a4d3 commit 6c666c1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ primary_field_guide_add_document_primary_key: |-
10601060
getting_started_add_documents: |-
10611061
// In your .toml file:
10621062
[dependencies]
1063-
meilisearch-sdk = "0.29.1"
1063+
meilisearch-sdk = "0.30.0"
10641064
# futures: because we want to block on futures
10651065
futures = "0.3"
10661066
# serde: required if you are going to use documents

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meilisearch-sdk"
3-
version = "0.29.1"
3+
version = "0.30.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."
@@ -22,7 +22,7 @@ time = { version = "0.3.41", features = ["serde-well-known", "formatting", "pars
2222
yaup = "0.3.1"
2323
either = { version = "1.15.0", features = ["serde"] }
2424
thiserror = "2.0.12"
25-
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.29.1" }
25+
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.30.0" }
2626
pin-project-lite = { version = "0.2.16", optional = true }
2727
reqwest = { version = "0.12.22", optional = true, default-features = false, features = ["http2", "stream"] }
2828
bytes = { version = "1.10.1", optional = true }

README.md

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

5555
```toml
5656
[dependencies]
57-
meilisearch-sdk = "0.29.1"
57+
meilisearch-sdk = "0.30.0"
5858
```
5959

6060
The following optional dependencies may also be useful:

README.tpl

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

5555
```toml
5656
[dependencies]
57-
meilisearch-sdk = "0.29.1"
57+
meilisearch-sdk = "0.30.0"
5858
```
5959

6060
The following optional dependencies may also be useful:

meilisearch-index-setting-macro/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-index-setting-macro"
3-
version = "0.29.1"
3+
version = "0.30.0"
44
description = "Helper tool to generate settings of a Meilisearch index"
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)