Add rt-core feature to buffer (#380)

This commit is contained in:
Lucio Franco 2019-12-05 20:17:36 -05:00 committed by GitHub
parent e2f1a49cf3
commit fdc7460f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ futures-core = "0.3"
pin-project = "0.4"
tower-service = { version = "0.3", path = "../tower-service" }
tower-layer = { version = "0.3", path = "../tower-layer" }
tokio = { version = "0.2", features = ["sync"] }
tokio = { version = "0.2", features = ["rt-core", "sync"] }
tracing = "0.1.2"
[dev-dependencies]