We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ethereum_hashing
1 parent 44a823e commit 7f4bd6aCopy full SHA for 7f4bd6a
Cargo.toml
@@ -3,3 +3,4 @@ members = [
3
"tree_hash",
4
"tree_hash_derive",
5
]
6
+resolver = "2"
tree_hash/Cargo.toml
@@ -12,14 +12,14 @@ categories = ["cryptography::cryptocurrencies"]
12
13
[dependencies]
14
ethereum-types = "0.14.1"
15
-ethereum_hashing = "1.0.0-beta.2"
+ethereum_hashing = "0.6.0"
16
smallvec = "1.6.1"
17
18
[dev-dependencies]
19
rand = "0.8.5"
20
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"
+ethereum_ssz = "0.5"
+ethereum_ssz_derive = "0.5"
23
24
[features]
25
arbitrary = ["ethereum-types/arbitrary"]
0 commit comments