Skip to content

Commit

Permalink
Merge pull request #18 from HerodotusDev/chore/bump-version
Browse files Browse the repository at this point in the history
bump `eth-trie-proofs` 0.1.2
  • Loading branch information
rkdud007 authored Oct 10, 2024
2 parents 2d7dd62 + ae24535 commit a207c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/eth-trie-proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit a207c11

Please sign in to comment.