From 91d0e2deae2e93ebe25b465c2372eb3e287170b6 Mon Sep 17 00:00:00 2001 From: Mac L Date: Wed, 24 Sep 2025 20:24:10 +1000 Subject: [PATCH] Release 0.12.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbd6bae..01c7915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssz_types" -version = "0.12.1" +version = "0.12.2" edition = "2021" description = "List, vector and bitfield types for SSZ" license = "Apache-2.0"