Skip to content

Commit

Permalink
Bump axum-core to 0.3.0
Browse files Browse the repository at this point in the history
This is required for axum 0.6 support
  • Loading branch information
davidpdrsn committed Nov 25, 2022
1 parent 81ace85 commit 7bb89ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- Remove `html_debug!`
[#357](https://github.com/lambda-fairy/maud/pull/357)
- Bump axum-core to 0.3.0
[#361](https://github.com/lambda-fairy/maud/pull/361)

## [0.24.0] - 2022-08-12

Expand Down
2 changes: 1 addition & 1 deletion maud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rocket = { version = ">= 0.3, < 0.5", optional = true }
futures-util = { version = "0.3.0", optional = true, default-features = false }
actix-web-dep = { package = "actix-web", version = "4", optional = true, default-features = false }
tide = { version = "0.16.0", optional = true, default-features = false }
axum-core = { version = "0.2", optional = true }
axum-core = { version = "0.3", optional = true }
http = { version = "0.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 7bb89ce

Please sign in to comment.