From 0e574066e07c6a999f2ec065a578c6c01e7d6e74 Mon Sep 17 00:00:00 2001 From: Richard Janis Goldschmidt Date: Tue, 4 Feb 2025 20:55:45 +0100 Subject: [PATCH] tower-abci: bump `tower@0.5` and prep `0.19` (#59) Bumps tower to v0.5 to match the rest of the ecosystem (tonic, axum). --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b4f9820..0f179ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-abci" -version = "0.18.0" +version = "0.19.0" authors = [ "Penumbra Labs ", "Henry de Valence