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.
2 parents 256553c + a0efc94 commit d485ad2Copy full SHA for d485ad2
Cargo.toml
@@ -22,7 +22,7 @@ jsonwebtoken = { version = "8", default-features = false }
22
yaup = "0.2.0"
23
either = { version = "1.8.0", features = ["serde"] }
24
thiserror = "1.0.37"
25
-meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro" }
+meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.1.0" }
26
27
28
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
0 commit comments