Skip to content

Commit

Permalink
Merge pull request #32 from morph-dev/ethereum-types_v_0_14
Browse files Browse the repository at this point in the history
Upgrade ethereum_types to 0.14.1 and bump version to 0.4.0
  • Loading branch information
carver authored Oct 18, 2023
2 parents 6b87c4c + a8e1a29 commit 94ad815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eth_trie"
version = "0.3.0"
version = "0.4.0"
authors = ["Jason Carver <[email protected]>"]
description = "Ethereum-compatible Merkle-Patricia Trie."
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ homepage = "https://github.com/carver/eth-trie.rs"
documentation = "https://docs.rs/eth_trie"

[dependencies]
ethereum-types = "0.12.1"
ethereum-types = "0.14.1"
hashbrown = "0.14.0"
keccak-hash = "0.10.0"
log = "0.4.16"
Expand Down

0 comments on commit 94ad815

Please sign in to comment.