fix compiling

This commit is contained in:
realbigsean
2022-11-24 08:18:01 -05:00
parent 1222404450
commit a61f35272c
2 changed files with 6 additions and 8 deletions

View File

@@ -27,7 +27,8 @@ serde_derive = "1.0.116"
slog = "2.5.2"
eth2_ssz = "0.4.1"
eth2_ssz_derive = "0.3.1"
eth2_ssz_types = "0.2.2"
#FIXME(sean)
eth2_ssz_types = { path = "../ssz_types" }
swap_or_not_shuffle = { path = "../swap_or_not_shuffle" }
test_random_derive = { path = "../../common/test_random_derive" }
tree_hash = "0.4.1"