Skip to content

Commit 7f4bd6a

Browse files
Update ethereum_hashing to 0.6 (#10)
1 parent 44a823e commit 7f4bd6a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ members = [
33
"tree_hash",
44
"tree_hash_derive",
55
]
6+
resolver = "2"

tree_hash/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ categories = ["cryptography::cryptocurrencies"]
1212

1313
[dependencies]
1414
ethereum-types = "0.14.1"
15-
ethereum_hashing = "1.0.0-beta.2"
15+
ethereum_hashing = "0.6.0"
1616
smallvec = "1.6.1"
1717

1818
[dev-dependencies]
1919
rand = "0.8.5"
2020
tree_hash_derive = { path = "../tree_hash_derive", version = "0.5.2" }
21-
ethereum_ssz = "1.0.0-beta.2"
22-
ethereum_ssz_derive = "1.0.0-beta.2"
21+
ethereum_ssz = "0.5"
22+
ethereum_ssz_derive = "0.5"
2323

2424
[features]
2525
arbitrary = ["ethereum-types/arbitrary"]

0 commit comments

Comments
 (0)