From 4d12942ef9e4a5d922e1eda59f4f006f9bcc7962 Mon Sep 17 00:00:00 2001 From: geekbrother Date: Fri, 12 Jul 2024 18:26:41 +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 a21a86280..5ce5c40ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6337,7 +6337,7 @@ dependencies = [ [[package]] name = "rpc-proxy" -version = "0.77.1" +version = "0.78.0" dependencies = [ "alloy-primitives", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8540f6b74..a50d71a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpc-proxy" -version = "0.77.1" +version = "0.78.0" edition = "2021" authors = [ "Derek ",