From 2c603ec0154dea3e5a06bde7294a488d42682d1c Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 7 Dec 2023 11:56:20 +1100 Subject: [PATCH] Release v0.6.0 (#19) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 878621e..c007941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssz_types" -version = "0.5.4" +version = "0.6.0" edition = "2021" description = "List, vector and bitfield types for SSZ" license = "Apache-2.0"