-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
519: Update version for v0.24.2 r=curquiza a=curquiza ## 🚀 Enhancements * Re-export public structures for better import path (#493) `@adriantombu` * Added function for sending NDJSON documents (#494) `@carlosb1` * Add missing startedAt field in EnqueuedTask (#485) `@sebastiantoh` * #499 (attributesToSearchOn) (#510) `@brendon-shf` * Add total field to get-tasks route (#509) `@hmacr` * Implement client for experimental-features API (#516) `@hmacr` Co-authored-by: curquiza <[email protected]>
- Loading branch information
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "meilisearch-sdk" | ||
version = "0.24.1" | ||
version = "0.24.2" | ||
authors = ["Mubelotix <[email protected]>"] | ||
edition = "2018" | ||
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 @@ 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.24.1" } | ||
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.24.2" } | ||
|
||
|
||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters