From b7f47d95d5cd926a2c299260838f2652a1f962c4 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 20 Dec 2024 18:09:52 +1100 Subject: [PATCH] Release v0.10.0 (#41) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ceb2960..1292386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssz_types" -version = "0.9.0" +version = "0.10.0" edition = "2021" description = "List, vector and bitfield types for SSZ" license = "Apache-2.0"