From f1698bef5c55291e629719b175b6db1308430dd7 Mon Sep 17 00:00:00 2001 From: Pia Date: Thu, 10 Oct 2024 09:57:07 +0900 Subject: [PATCH 1/2] bump `eth-trie-proofs` to 0.1.2 --- Cargo.lock | 2 +- crates/eth-trie-proofs/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c091d4..810061f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1239,7 +1239,7 @@ dependencies = [ [[package]] name = "eth-trie-proofs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "alloy", "alloy-primitives", diff --git a/crates/eth-trie-proofs/Cargo.toml b/crates/eth-trie-proofs/Cargo.toml index e193f18..4232b39 100644 --- a/crates/eth-trie-proofs/Cargo.toml +++ b/crates/eth-trie-proofs/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "eth-trie-proofs" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Ethereum Transaction Trie Proofs" readme = "README.md" -license-file = "LICENSE" +license-file = "../../LICENSE" repository = "https://github.com/HerodotusDev/eth-trie-proofs" keywords = ["mpt", "trie", "ethereum"] categories = ["cryptography", "data-structures", "blockchain"] From ae245357b65e55439abdb9f766efd6244569a562 Mon Sep 17 00:00:00 2001 From: Pia Date: Thu, 10 Oct 2024 09:57:58 +0900 Subject: [PATCH 2/2] keyword --- crates/eth-trie-proofs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eth-trie-proofs/Cargo.toml b/crates/eth-trie-proofs/Cargo.toml index 4232b39..14033d5 100644 --- a/crates/eth-trie-proofs/Cargo.toml +++ b/crates/eth-trie-proofs/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" license-file = "../../LICENSE" repository = "https://github.com/HerodotusDev/eth-trie-proofs" keywords = ["mpt", "trie", "ethereum"] -categories = ["cryptography", "data-structures", "blockchain"] +categories = ["cryptography", "data-structures"] exclude = [".github"] [dependencies]