From cbc4a2b8cd5848a2ebb37cdf4475f054df062534 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 14 Feb 2025 13:23:16 +1100 Subject: [PATCH] Release v0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1292386..3a03ac1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssz_types" -version = "0.10.0" +version = "0.10.1" edition = "2021" description = "List, vector and bitfield types for SSZ" license = "Apache-2.0"