Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
meili-bot committed Mar 20, 2023
1 parent b945d3a commit 6d123c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "meilisearch-sdk"
version = "0.22.0"
version = "0.22.1"
authors = ["Mubelotix <mubelotix@gmail.com>"]
edition = "2018"
description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, fast, open-source, easy to use and deploy search engine."
Expand All @@ -22,7 +22,7 @@ jsonwebtoken = { version = "8", default-features = false }
yaup = "0.2.0"
either = { version = "1.8.0", features = ["serde"] }
thiserror = "1.0.37"
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.22.0" }
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.22.1" }


[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit 6d123c5

Please sign in to comment.