From 186a0fb4a326a1f056565122cba0f5c87b4e6889 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Thu, 28 Nov 2019 15:15:41 -0500 Subject: [PATCH] get building --- Cargo.toml | 2 +- tower-ready-cache/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a82d11..a92e75a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "tower", - "tower-balance", + # "tower-balance", "tower-buffer", "tower-discover", "tower-filter", diff --git a/tower-ready-cache/Cargo.toml b/tower-ready-cache/Cargo.toml index 4403bde..d421369 100644 --- a/tower-ready-cache/Cargo.toml +++ b/tower-ready-cache/Cargo.toml @@ -32,4 +32,4 @@ tower-util = "0.1.0" [dev-dependencies] tokio-executor = "0.1.7" -tower-test = { version = "0.1.0", path = "../tower-test" } +tower-test = "0.1.0"