Use the same version of pin-project everywhere (#329)

This commit is contained in:
Jon Gjengset 2019-09-09 16:31:40 -04:00 committed by GitHub
parent 4eb47b01dc
commit eac0ea30c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ default = ["log"]
[dependencies]
futures-core-preview = "0.3.0-alpha.18"
pin-project = { version = "0.4.0-alpha.9", features = ["project_attr"] }
pin-project = { version = "0.4.0-alpha.10", features = ["project_attr"] }
tower-service = "0.3.0-alpha.1"
tower-layer = { version = "0.3.0-alpha.1", path = "../tower-layer" }
tokio-executor = "0.2.0-alpha.4"

View File

@ -24,4 +24,4 @@ edition = "2018"
[dependencies]
futures-core-preview = "0.3.0-alpha.18"
tower-service = "0.3.0-alpha.1"
pin-project = "0.4.0-alpha.9"
pin-project = "0.4.0-alpha.10"

View File

@ -27,7 +27,7 @@ tower-service = "0.3.0-alpha.1"
tower-layer = { version = "0.3.0-alpha.1", path = "../tower-layer" }
tokio-sync = "0.2.0-alpha.4"
tokio-timer = "0.3.0-alpha.4"
pin-project = "0.4.0-alpha.9"
pin-project = "0.4.0-alpha.10"
[dev-dependencies]
tower-test = { version = "0.3.0-alpha.1", path = "../tower-test" }

View File

@ -28,7 +28,7 @@ log = "0.4.1"
tokio-timer = "0.3.0-alpha.4"
tower-service = "0.3.0-alpha.1"
tower-discover = { version = "0.3.0-alpha.1", path = "../tower-discover" }
pin-project = "0.4.0-alpha.9"
pin-project = "0.4.0-alpha.10"
[dev-dependencies]
tokio-test = "0.2.0-alpha.4"