From 5683eb8bf84c92b44a657e461adf56fe70f994cf Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 20 Dec 2024 18:00:35 +1100 Subject: [PATCH] Bump tree_hash_derive --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c137675..ceb2960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ itertools = "0.13.0" [dev-dependencies] serde_json = "1.0.0" -tree_hash_derive = "0.8.0" +tree_hash_derive = "0.9.0"