From f9cdf52fc41735a56f700854665d193056dce32f Mon Sep 17 00:00:00 2001 From: geekbrother <11191291+geekbrother@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:43:00 +0000 Subject: [PATCH] chore: Bump version for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dea434214..9e60acacd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7058,7 +7058,7 @@ dependencies = [ [[package]] name = "rpc-proxy" -version = "0.175.4" +version = "0.176.0" dependencies = [ "alloy 0.9.2", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c74d73ab3..d50abdf85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpc-proxy" -version = "0.175.4" +version = "0.176.0" edition = "2021" authors = [ "Derek ",