mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
Fix minimum version to export tokio::codec module (#594)
tokio-async-await: fix minimum version to export tokio::codec module (#594)
This commit is contained in:
committed by
Toby Lawrence
parent
bc91bc5022
commit
c03b23355b
@@ -24,7 +24,7 @@ name = "tokio"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.23"
|
||||
tokio = { version = "0.1.7", path = ".." }
|
||||
tokio = { version = "0.1.8", path = ".." }
|
||||
tokio-io = { version = "0.1.7", path = "../tokio-io" }
|
||||
tokio-channel = { version = "0.1.0", path = "../tokio-channel", features = ["async-await-preview"] }
|
||||
tokio-reactor = { version = "0.1.5", path = "../tokio-reactor", features = ["async-await-preview"] }
|
||||
|
||||
Reference in New Issue
Block a user