From 23cedda8469135ed1ef52988b6f4dc9e7aa6e71d Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 9 Aug 2024 13:38:36 -0700 Subject: [PATCH] bump to v1.0.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 979b056..3f8105a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -813,7 +813,7 @@ dependencies = [ [[package]] name = "cached-eth-rpc" -version = "1.0.10" +version = "1.0.11" dependencies = [ "actix-web", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index e8449f2..9f20903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cached-eth-rpc" -version = "1.0.10" +version = "1.0.11" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html