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

Tokio 1.0 support #368

Closed
wants to merge 1 commit into from
Closed

Conversation

Pscheidl
Copy link

@Pscheidl Pscheidl commented Jan 4, 2021

Support for Tokio 1.0.

Some things were moved from tokio crate to tokio-util crate - in this project's case it's the DelayQueue. Enabled only the features necessary. See https://docs.rs/tokio-util/0.6.0/tokio_util/ .

Allowed myself to add .idea/ folder into gitignore 😉 .

@Pscheidl Pscheidl force-pushed the pscheidl/tokio-1.0 branch from aa6873d to 696560c Compare January 4, 2021 14:19
@clux
Copy link
Member

clux commented Jan 4, 2021

Hey, appreciate this, but there's already one in progress for this in #363.
I think this as it stands has one problem that we are ultimately pulling in an older tokio via the older reqwest, so need to use the patched branch to avoid that.

@clux clux closed this in 3e7919d Jan 4, 2021
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.

2 participants