Skip to content

Commit

Permalink
fix(aide): re-enabled axum-headers feature (was a breaking change)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicpar authored Dec 4, 2023
1 parent 6eaa058 commit ff47ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ redoc = []
skip_serializing_defaults = []

axum = ["dep:axum", "bytes", "http", "dep:tower-layer", "dep:tower-service", "serde_qs?/axum"]
# axum-headers = ["axum/headers"]
axum-headers = ["axum/headers"]
axum-ws = ["axum/ws"]
axum-multipart = ["axum/multipart"]
axum-extra = ["axum", "dep:axum-extra"]
Expand Down

0 comments on commit ff47ee6

Please sign in to comment.