chore: migrate from pin-project to pin-project-lite (#1778)

This commit is contained in:
Taiki Endo
2019-11-16 09:14:40 -08:00
committed by Carl Lerche
parent 19f1fc36bd
commit 320c84a433
11 changed files with 226 additions and 263 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ bytes = "0.4.7"
futures-core = "0.3.0"
futures-sink = "0.3.0"
log = "0.4"
pin-project = "0.4"
pin-project-lite = "0.1.1"
[dev-dependencies]
tokio = { version = "=0.2.0-alpha.6", path = "../tokio" }