From 40b650971c8e5dc920c9492422402674694429fa Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 20 Aug 2024 11:27:36 +1000 Subject: [PATCH] Release v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16ca035..1d179bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssz_types" -version = "0.6.0" +version = "0.7.0" edition = "2021" description = "List, vector and bitfield types for SSZ" license = "Apache-2.0"