Skip to content

Commit cbe3376

Browse files
fix(shield-axum): enable utoipa feature for shield (#93)
1 parent 11352f3 commit cbe3376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/shield-axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ utoipa = { workspace = true, features = ["axum_extras"], optional = true }
1818

1919
[features]
2020
default = []
21-
utoipa = ["dep:utoipa"]
21+
utoipa = ["dep:utoipa", "shield/utoipa"]

0 commit comments

Comments
 (0)