mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
chore: prepare v0.2.0 release (#1822)
This commit is contained in:
+3
-3
@@ -5,10 +5,10 @@ publish = false
|
||||
edition = "2018"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "=0.2.0-alpha.6", path = "../tokio", features = ["full"] }
|
||||
tokio-util = { version = "=0.2.0-alpha.6", path = "../tokio-util", features = ["full"] }
|
||||
tokio = { version = "0.2.0", path = "../tokio", features = ["full"] }
|
||||
tokio-util = { version = "0.2.0", path = "../tokio-util", features = ["full"] }
|
||||
|
||||
bytes = { git = "https://github.com/tokio-rs/bytes" }
|
||||
bytes = "0.5.0"
|
||||
futures = "0.3.0"
|
||||
|
||||
[[example]]
|
||||
|
||||
Reference in New Issue
Block a user