mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-31 07:23:15 +08:00
Update version for the next release (v1.12.6) in Cargo.toml
This commit is contained in:
parent
d142c5e432
commit
b9d92c481b
@ -105,8 +105,16 @@ tracing-actix-web = "0.7.15"
|
|||||||
build-info = { version = "1.7.0", path = "../build-info" }
|
build-info = { version = "1.7.0", path = "../build-info" }
|
||||||
roaring = "0.10.10"
|
roaring = "0.10.10"
|
||||||
mopa-maintained = "0.2.3"
|
mopa-maintained = "0.2.3"
|
||||||
utoipa = { version = "5.3.1", features = ["actix_extras", "macros", "non_strict_integers", "preserve_order", "uuid", "time", "openapi_extensions"] }
|
utoipa = { version = "5.3.1", features = [
|
||||||
utoipa-scalar = { version = "0.2.1", optional = true, features = ["actix-web"] }
|
"actix_extras",
|
||||||
|
"macros",
|
||||||
|
"non_strict_integers",
|
||||||
|
"preserve_order",
|
||||||
|
"uuid",
|
||||||
|
"time",
|
||||||
|
"openapi_extensions",
|
||||||
|
] }
|
||||||
|
utoipa-scalar = { version = "0.3.0", optional = true, features = ["actix-web"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = "2.10.0"
|
actix-rt = "2.10.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user