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..14033d5 100644 --- a/crates/eth-trie-proofs/Cargo.toml +++ b/crates/eth-trie-proofs/Cargo.toml @@ -1,13 +1,13 @@ [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"] +categories = ["cryptography", "data-structures"] exclude = [".github"] [dependencies]