From a33e243646b6c6506468fd999ff372b5c8eefc44 Mon Sep 17 00:00:00 2001 From: Mac L Date: Fri, 20 Sep 2024 20:41:55 +1000 Subject: [PATCH] Use new release of ethereum_ssz --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5658740..7bedba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["cryptography::cryptocurrencies"] [dependencies] tree_hash = "0.6.0" -ethereum_ssz = { git = "https://github.com/macladson/ethereum_ssz", branch = "bitvector" } +ethereum_ssz = "0.8.0" ethereum_serde_utils = "0.5.0" serde = "1.0.0" serde_derive = "1.0.0"