mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Merge branch 'fix-3037' of github.com:jiangbo212/meilisearch into fix-3037
This commit is contained in:
@ -4,7 +4,7 @@ description = "Meilisearch HTTP server"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "meilisearch-http"
|
||||
version = "0.30.0"
|
||||
version = "0.30.1"
|
||||
|
||||
[[bin]]
|
||||
name = "meilisearch"
|
||||
@ -89,7 +89,7 @@ yaup = "0.2.1"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = { version = "1.0.65", optional = true }
|
||||
cargo_toml = { version = "0.12.4", optional = true }
|
||||
cargo_toml = { version = "0.13.0", optional = true }
|
||||
hex = { version = "0.4.3", optional = true }
|
||||
reqwest = { version = "0.11.12", features = ["blocking", "rustls-tls"], default-features = false, optional = true }
|
||||
sha-1 = { version = "0.10.0", optional = true }
|
||||
|
Reference in New Issue
Block a user