-
Notifications
You must be signed in to change notification settings - Fork 341
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
Update async-global-executor and add tokio feature for tokio 1.0 #924
Conversation
mostly configuration api changes Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Co-authored-by: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
src/lib.rs
Outdated
//! ```toml | ||
//! [dependencies.async-std] | ||
//! version = "1.7.0" | ||
//! features = ["tokio"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs updating still
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, fair enough
@Keruspe Sorry to bother! All checks are green and the reviews are in - and addressed -; is there anything holding this back from being merged? |
@skreborn should land in the next release within a couple of days ;) |
No description provided.