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 df8ab77 commit 8651f45Copy full SHA for 8651f45
Cargo.toml
@@ -22,7 +22,7 @@ time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsi
22
yaup = "0.3.1"
23
either = { version = "1.8.0", features = ["serde"] }
24
thiserror = "1.0.37"
25
-meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.28" }
+meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.28.0" }
26
pin-project-lite = { version = "0.2.13", optional = true }
27
reqwest = { version = "0.12.3", optional = true, default-features = false, features = ["rustls-tls", "http2", "stream"] }
28
bytes = { version = "1.6", optional = true }
0 commit comments