From 4c4ea6f5eb5f6c52677ab3abf2de47253c032cc4 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 15 Aug 2024 13:11:26 +1000 Subject: [PATCH] Update to released versions --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e29c59..887de80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] [dependencies] -tree_hash = { git = "https://github.com/KolbyML/tree_hash.git", rev = "8aaf8bb4184148768d48e2cfbbdd0b95d1da8730" } -ethereum_serde_utils = "0.5" -ethereum_ssz = "0.5" +tree_hash = "0.7.0" +ethereum_serde_utils = "0.6" +ethereum_ssz = "0.6" serde = "1.0.0" serde_derive = "1.0.0" typenum = "1.12.0" @@ -24,4 +24,4 @@ itertools = "0.10.0" [dev-dependencies] serde_json = "1.0.0" -tree_hash_derive = { git = "https://github.com/KolbyML/tree_hash.git", rev = "8aaf8bb4184148768d48e2cfbbdd0b95d1da8730" } +tree_hash_derive = "0.7.0"