diff --git a/apistos-gen-test/Cargo.toml b/apistos-gen-test/Cargo.toml index 8d2d7677..49d424d9 100644 --- a/apistos-gen-test/Cargo.toml +++ b/apistos-gen-test/Cargo.toml @@ -21,7 +21,7 @@ assert-json-diff = { workspace = true } chrono = { workspace = true, features = ["serde"] } futures-core = { workspace = true } apistos = { path = "../apistos", features = ["multipart", "uuid"] } -apistos-core = { path = "../apistos-core", version = "1.0.0-pre-release.3" } +apistos-core = { path = "../apistos-core", version = "1.0.0-pre-release.3", features = ["actix-web-grants"] } apistos-gen = { path = "../apistos-gen", version = "1.0.0-pre-release.3" } # we use the "preserve_order" feature from schemars here following https://github.com/netwo-io/apistos/pull/78 schemars = { workspace = true, features = ["preserve_order"] }