Skip to content

Commit e7ca346

Browse files
committed
Update Cargo.toml
1 parent 437649f commit e7ca346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.25.0"
3+
version = "0.26.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."
@@ -21,7 +21,7 @@ time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsi
2121
yaup = "0.2.0"
2222
either = { version = "1.8.0", features = ["serde"] }
2323
thiserror = "1.0.37"
24-
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.25.0" }
24+
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.26.0" }
2525
pin-project-lite = { version = "0.2.13", optional = true }
2626
reqwest = { version = "0.12.3", optional = true, default-features = false, features = ["rustls-tls", "http2", "stream"] }
2727
bytes = { version = "1.6", optional = true }

0 commit comments

Comments
 (0)