launchbadge / realworld-axum-sqlx

A Rust implementation of the Realworld demo app spec using Axum and SQLx.
GNU Affero General Public License v3.0
803 stars 82 forks source link

Update to Axum 0.4 #4

Open abonander opened 2 years ago

abonander commented 2 years ago

According to the author of Axum, there should only be a couple small breaking changes: https://www.reddit.com/r/rust/comments/shetb1/show_rrust_a_rust_implementation_of_the_realworld/hv6ftnu/?context=3

incon commented 2 years ago

Updated all crates here https://github.com/launchbadge/realworld-axum-sqlx/pull/5 apart from the time crate.

davidpdrsn commented 2 years ago

I have made a fork of this repo https://github.com/davidpdrsn/realworld-axum-sqlx with up to date dependencies.