Skip to content

refacto(react-rust-postgres): replace rocket by actix-web#153

Merged
aiordache merged 1 commit intodocker:masterfrom
jdrouet:rust-postgres
Jul 6, 2021
Merged

refacto(react-rust-postgres): replace rocket by actix-web#153
aiordache merged 1 commit intodocker:masterfrom
jdrouet:rust-postgres

Conversation

@jdrouet
Copy link
Contributor

@jdrouet jdrouet commented Jul 3, 2021

fixes #149
closes #151

In order to not be forced to use the nightly version of rust, this replaces Rocket by Actix-web, which is faster than Rocket, and Diesel by Deadpool-postgres which is baster and simpler.

Signed-off-by: Jérémie Drouet jeremie.drouet@gmail.com

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
@jdrouet
Copy link
Contributor Author

jdrouet commented Jul 3, 2021

@glours this should do the job 😉

Copy link
Contributor

@aiordache aiordache left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @jdrouet

@aiordache aiordache merged commit a13fabe into docker:master Jul 6, 2021
archii pushed a commit to archii/awesome-compose that referenced this pull request Jul 22, 2021
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

react-rust-postgres: "Rocket (core) requires a more recent version of rustc."

2 participants