From 7758a1e0597fb3c6c8b30a4b2051a552135e8d1d Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 23 Aug 2024 15:42:08 +1000 Subject: [PATCH] Release v0.8.0 (#32) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 215efed..0384d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssz_types" -version = "0.7.0" +version = "0.8.0" edition = "2021" description = "List, vector and bitfield types for SSZ" license = "Apache-2.0"