make: Bump version to alpha.2a (#356)

This commit is contained in:
Lucio Franco 2019-09-30 20:40:28 -04:00 committed by GitHub
parent 2653f70884
commit 7fa1054892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ tower-discover = { version = "=0.3.0-alpha.2", path = "../tower-discover" }
tower-layer = { version = "=0.3.0-alpha.2", path = "../tower-layer" }
tower-load = { version = "=0.3.0-alpha.2", path = "../tower-load" }
tower-service = { version = "=0.3.0-alpha.2", path = "../tower-service" }
tower-make = { version = "=0.3.0-alpha.2", path = "../tower-make" }
tower-make = { version = "=0.3.0-alpha.2a", path = "../tower-make" }
slab = "0.4"
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tower-make"
version = "0.3.0-alpha.2"
version = "0.3.0-alpha.2a"
authors = ["Tower Maintainers <team@tower-rs.com>"]
license = "MIT"
readme = "README.md"

View File

@ -24,5 +24,5 @@ edition = "2018"
[dependencies]
log = "0.4.1"
tower-service = { version = "=0.3.0-alpha.2", path = "../tower-service" }
tower-make = { version = "=0.3.0-alpha.2", path = "../tower-make" }
tower-make = { version = "=0.3.0-alpha.2a", path = "../tower-make" }
pin-project = "0.4"