From b5abb2adc75cba5100d8292755e00fb443a76aea Mon Sep 17 00:00:00 2001 From: Pia Date: Wed, 26 Jun 2024 16:14:43 +0900 Subject: [PATCH] bump version `0.1.1` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc59ef4..a1727b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1148,7 +1148,7 @@ dependencies = [ [[package]] name = "eth-trie-proofs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 03fc847..a1f5407 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eth-trie-proofs" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Ethereum Transaction Trie Proofs" readme = "README.md"