actix_todo
actix_todo copied to clipboard
Actix Todo example deployed on Render
The current stable Rust compiler can't build `actix_todo`. Is there any known workaround? ```sh $ rustc --version rustc 1.65.0 (897e37553 2022-11-02) ``` ```sh $ ./build.sh ``` ... ``` error[E0512]: cannot...
Update to the new basics/todo example - Actix 4.9 - Moves from diesel to sqlx Convert basics/todo to use postgres
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.4 to 0.8.1. Changelog Sourced from sqlx's changelog. 0.8.1 - 2024-08-23 16 pull requests were merged this release cycle. This release contains a fix for [RUSTSEC-2024-0363]. Postgres...