Skip to content

Commit

Permalink
Bump axum-core
Browse files Browse the repository at this point in the history
axum 0.8 bumps axum-core to 0.5, all of those are semver-incompatible changes so hypertext's IntoResponse impl fails
  • Loading branch information
masklinn authored Jan 1, 2025
1 parent 75647fa commit 21f7293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypertext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ itoa = { version = "1", optional = true }
ryu = { version = "1", optional = true }

actix-web = { version = "4", optional = true }
axum-core = { version = "0.4", optional = true }
axum-core = { version = "0.5", optional = true }
http = { version = "1", optional = true }

[features]
Expand Down

0 comments on commit 21f7293

Please sign in to comment.