fix: Remove uses of pin_project::project attribute (#367)

pin-project will deprecate the project attribute due to some unfixable
limitations.

Refs: https://github.com/taiki-e/pin-project/issues/225
This commit is contained in:
Taiki Endo
2020-06-09 13:09:35 -04:00
committed by GitHub
parent 4f839107b9
commit 5bda615632
4 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ hyper = "0.13"
warp = { version = "0.2", default-features = false }
http = "0.2"
http-body = "0.3"
pin-project = "0.4"
pin-project = "0.4.17"
# Health example
tonic-health = { path = "../tonic-health" }
listenfd = "0.3"