Skip to content

Commit

Permalink
Merge pull request #29 from ogenev/new-version
Browse files Browse the repository at this point in the history
Release new version `0.2.0`
  • Loading branch information
carver authored Aug 28, 2023
2 parents 29984d3 + 3d23af4 commit 82f6b63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
Check linting with Clippy and rustfmt, build the crate, and run tests.
executor:
name: rust/default
tag: 1.64.0
tag: 1.71.1
environment:
RUSTFLAGS: '-D warnings'
steps:
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eth_trie"
version = "0.1.0"
version = "0.2.0"
authors = ["Jason Carver <[email protected]>"]
description = "Ethereum-compatible Merkle-Patricia Trie."
license = "Apache-2.0"
Expand All @@ -12,18 +12,18 @@ homepage = "https://github.com/carver/eth-trie.rs"
documentation = "https://docs.rs/eth_trie"

[dependencies]
hashbrown = "0.12.0"
keccak-hash = "0.9"
hashbrown = "0.14.0"
keccak-hash = "0.10.0"
log = "0.4.16"
parking_lot = "0.12"
rlp = "0.5.1"

[dev-dependencies]
rand = "0.8.3"
hex = "0.4.2"
criterion = "0.3.5"
ethereum-types = "0.13.1"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
criterion = "0.5.1"
ethereum-types = "0.14.1"
uuid = { version = "1.4.1", features = ["serde", "v4"] }

[[bench]]
name = "trie"
Expand Down

0 comments on commit 82f6b63

Please sign in to comment.