chore: prepare tokio-util v0.5.0 release (#3078)

This commit is contained in:
Carl Lerche
2020-10-30 11:26:15 -07:00
committed by GitHub
parent 3965d91a5e
commit 24ed874e81
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ edition = "2018"
tokio = { version = "0.3.0", path = "../tokio", features = ["full", "tracing"] }
tracing = "0.1"
tracing-subscriber = { version = "0.2.7", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log"] }
tokio-util = { version = "0.4.0", path = "../tokio-util", features = ["full"] }
tokio-util = { version = "0.5.0", path = "../tokio-util", features = ["full"] }
bytes = "0.6"
futures = "0.3.0"
http = "0.2"