Skip to content

Commit

Permalink
Update axum-core depedency to 0.2 (#337)
Browse files Browse the repository at this point in the history
* Update `axum-core` depedency to 0.2

* Update doctest to use Axum 0.5

* Update CHANGELOG.md regarding axum

Co-authored-by: Chris Wong <[email protected]>
  • Loading branch information
CBenoit and lambda-fairy authored Apr 12, 2022
1 parent d04a2c6 commit d05bcba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

- Remove blanket `Render` impl for `T: Display`
[#320](https://github.com/lambda-fairy/maud/pull/320)
- Update to axum-core 0.1. This requires axum 0.4
- Support `axum` v0.5 through `axum-core` v0.2
[#325](https://github.com/lambda-fairy/maud/pull/325)
[#337](https://github.com/lambda-fairy/maud/pull/337)
- Update to `actix-web` 4.0.
[#331](https://github.com/lambda-fairy/maud/pull/331)

Expand Down
2 changes: 1 addition & 1 deletion doctest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rocket = "0.4"
rouille = "3"
tide = "0.16"
tokio = { version = "1.9.0", features = ["rt", "macros", "rt-multi-thread"] }
axum = "0.4"
axum = "0.5"

[dependencies.async-std]
version = "1.9.0"
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.1", optional = true }
axum-core = { version = "0.2", optional = true }
http = { version = "0.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit d05bcba

Please sign in to comment.