Crate renames

This commit is contained in:
Michael Sproul
2023-01-16 17:19:04 +11:00
parent 38514c07f2
commit 0d54534eb4
30 changed files with 59 additions and 59 deletions

View File

@@ -13,9 +13,9 @@ tokio = { version = "1.14.0", features = ["rt-multi-thread"] }
bls = { path = "../../crypto/bls" }
integer-sqrt = "0.1.5"
itertools = "0.10.0"
eth2_ssz = "0.4.1"
eth2_ssz_derive = "0.3.0"
eth2_ssz_types = "0.2.2"
ethereum_ssz = "1.0.0-beta.2"
ethereum_ssz_derive = "1.0.0-beta.2"
ssz_types = "1.0.0-beta.0"
merkle_proof = { path = "../merkle_proof" }
safe_arith = { path = "../safe_arith" }
tree_hash = "0.4.1"