Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Sep 9, 2024
1 parent 5341dd0 commit 2ed0f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utoipa-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ debug = []

[dependencies]
axum = { version = "0.7", default-features = false }
utoipa = { version = "5.0.0-beta", path = "../utoipa", default-features = false }
utoipa = { version = "5.0.0-beta", path = "../utoipa", default-features = false, features = ["macros"] }
tower-service = "0.3"
tower-layer = "0.3.2"
paste = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion utoipa-swagger-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rocket = { version = "0.5", features = ["json"], optional = true }
axum = { version = "0.7", default-features = false, features = [
"json",
], optional = true }
utoipa = { version = "5.0.0-alpha", path = "../utoipa", default-features = false }
utoipa = { version = "5.0.0-alpha", path = "../utoipa", default-features = false, features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }

Expand Down

0 comments on commit 2ed0f47

Please sign in to comment.