Skip to content

Commit 503d10f

Browse files
Merge branch 'v1.16-3303-chat-review' of github.com:meilisearch/documentation into v1.16-3303-chat-review
2 parents 3f96048 + 9983067 commit 503d10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/samples/code_samples_getting_started_add_documents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ namespace Meilisearch_demo
192192
```text Rust
193193
// In your .toml file:
194194
[dependencies]
195-
meilisearch-sdk = "0.29.0"
195+
meilisearch-sdk = "0.29.1"
196196
# futures: because we want to block on futures
197197
futures = "0.3"
198198
# serde: required if you are going to use documents

0 commit comments

Comments
 (0)