Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Support actix-web 2.x #14

Merged
merged 1 commit into from
Jan 6, 2020
Merged

Support actix-web 2.x #14

merged 1 commit into from
Jan 6, 2020

Conversation

qnighy
Copy link
Contributor

@qnighy qnighy commented Dec 26, 2019

This patch bumps actix-web dependency from 1.x to 2.x, while bumping futures from 0.1 to 0.3.

As the new futures comes with its own Mutex implementation, this patch removes futures-locks dependency too. This means that we have to use async/await to deal with lifetime-bound futures.

@JohnTitor JohnTitor merged commit d83cbc8 into actix:master Jan 6, 2020
@JohnTitor
Copy link
Member

Thanks!

@qnighy qnighy deleted the actix-web-2.x branch January 7, 2020 07:28
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.

None yet

2 participants