From 6b43f6357842294ba3f9829920c069eb193630b3 Mon Sep 17 00:00:00 2001 From: Juan Alvarez Date: Fri, 6 Dec 2019 11:23:38 -0600 Subject: [PATCH] remove tower cargo patches (#164) --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b282452..b3925f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,4 @@ members = [ "tests/included_service", "tests/same_name", "tests/wellknown", -] - -[patch.'https://github.com/tower-rs/tower'] -tower-service = "0.3" -tower-make = "0.3" -tower-layer = "0.3" \ No newline at end of file +] \ No newline at end of file