Tokio: Release new alpha/beta version adapte with rustc 1.39.0-beta

Created on 27 Sep 2019  路  2Comments  路  Source: tokio-rs/tokio

Rust 1.39 now is in beta channel and async/await keywords are stabilized.

future-preview released version 0.3.0-alpha.19 for this beta version.

Tokio version tokio v0.2.0-alpha.5 cannot complie because it depends on futures-core-preview 0.3.0-alpha.18 which cannot be compiled .

Please release a new alpha or beta version to update dependencies.

All 2 comments

I've managed to compile tokio on beta by just removing #![feature(async_await)] from every tokio (and its dependencies) file

This has been done 0.2.0-alpha.6 is now out!

Was this page helpful?
0 / 5 - 0 ratings