We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b3a2a commit 3f7f735Copy full SHA for 3f7f735
Cargo.toml
@@ -22,7 +22,7 @@ time = { version = "0.3.41", features = ["serde-well-known", "formatting", "pars
22
yaup = "0.3.1"
23
either = { version = "1.15.0", features = ["serde"] }
24
thiserror = "2.0.12"
25
-meilisearch-index-setting-macro = { path="meilisearch-index-setting-macro", version="0.29.0" }
+meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.29.0" }
26
pin-project-lite = { version = "0.2.16", optional = true }
27
reqwest = { version = "0.12.22", optional = true, default-features = false, features = ["rustls-tls", "http2", "stream"] }
28
bytes = { version = "1.10.1", optional = true }
0 commit comments