Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran committed Jul 12, 2024
1 parent 2e0ff86 commit a02a244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apistos-gen-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit a02a244

Please sign in to comment.