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 #5

Open incon opened 2 years ago

incon commented 2 years ago

Resolves #4

incon commented 2 years ago

The time crate hasn't been updated see https://github.com/launchbadge/sqlx/issues/1277 for more details.

thangchung commented 2 years ago

@incon We have axum 0.5 so any progress on this?

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.