From 7fa1054892f9deefeabf2359d5e7212e619cc8cc Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Mon, 30 Sep 2019 20:40:28 -0400 Subject: [PATCH] make: Bump version to alpha.2a (#356) --- tower-balance/Cargo.toml | 2 +- tower-make/Cargo.toml | 2 +- tower-reconnect/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tower-balance/Cargo.toml b/tower-balance/Cargo.toml index e288896..1e71432 100644 --- a/tower-balance/Cargo.toml +++ b/tower-balance/Cargo.toml @@ -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] diff --git a/tower-make/Cargo.toml b/tower-make/Cargo.toml index 94434e7..3cb294b 100644 --- a/tower-make/Cargo.toml +++ b/tower-make/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-make" -version = "0.3.0-alpha.2" +version = "0.3.0-alpha.2a" authors = ["Tower Maintainers "] license = "MIT" readme = "README.md" diff --git a/tower-reconnect/Cargo.toml b/tower-reconnect/Cargo.toml index 9953e3c..21610cf 100644 --- a/tower-reconnect/Cargo.toml +++ b/tower-reconnect/Cargo.toml @@ -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"