From 4a61b77472209680505d63b0085a7931ba712da2 Mon Sep 17 00:00:00 2001 From: geekbrother <11191291+geekbrother@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:09:17 +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 aee544926..53e8ef4e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7058,7 +7058,7 @@ dependencies = [ [[package]] name = "rpc-proxy" -version = "0.178.1" +version = "0.179.0" dependencies = [ "alloy 0.9.2", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c1892bf07..4b0aa92bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpc-proxy" -version = "0.178.1" +version = "0.179.0" edition = "2021" authors = [ "Derek ",