From 6836dcc537732e8732ddc6c9f3cc56a0806bbeba Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Wed, 14 Jun 2023 12:25:45 +1000 Subject: [PATCH] Release v0.5.4 (#11) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f20674..8b311f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssz_types" -version = "0.5.3" +version = "0.5.4" edition = "2021" description = "List, vector and bitfield types for SSZ" license = "Apache-2.0"