Skip to content
This repository was archived by the owner on May 8, 2022. It is now read-only.

Conversation

@Kern046
Copy link
Contributor

@Kern046 Kern046 commented Jul 13, 2021

No description provided.

@Kern046 Kern046 self-assigned this Jul 13, 2021
@Kern046 Kern046 marked this pull request as draft July 13, 2021 11:19
@lilymonad
Copy link

The problem with the actix::actor::Actor trait is because you are using 2 different versions of actix lib. 0.10.0 as is required by actix_web-3.3.*, and 0.12.0 as you asked it in Cargo.toml

@lilymonad
Copy link

lilymonad commented Jul 13, 2021

forget everything i may have said about sqlx if you read it ^^

The problem with sqlx is updating it from 0.3 to 0.5. sqlx does not follow the semantic versioning scheme (MAJOR.MINOR.FIX), and the developer introduced breaking changes between these 2 versions. We will need to refactor a lot of code if we want to update the dependency. So we either update it now, or we rollback to 0.3

@Kern046 Kern046 force-pushed the evo/simultaneous-tasks branch from 2403b60 to d5f762e Compare July 16, 2021 17:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants