Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 6, 2021

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