From b69a534fc3b72687b9f0ae2a52d4b9b06a5bca60 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 4 Feb 2025 15:55:26 +1100 Subject: [PATCH] Release v0.8.3 --- ssz/Cargo.toml | 4 ++-- ssz_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ssz/Cargo.toml b/ssz/Cargo.toml index d16fea5..8a7ff9a 100644 --- a/ssz/Cargo.toml +++ b/ssz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_ssz" -version = "0.8.2" +version = "0.8.3" edition = "2021" description = "SimpleSerialize (SSZ) as used in Ethereum" license = "Apache-2.0" @@ -15,7 +15,7 @@ name = "ssz" [dev-dependencies] alloy-primitives = { version = "0.8.0", features = ["getrandom"] } -ethereum_ssz_derive = { version = "0.8.2", path = "../ssz_derive" } +ethereum_ssz_derive = { version = "0.8.3", path = "../ssz_derive" } [dependencies] alloy-primitives = "0.8.0" diff --git a/ssz_derive/Cargo.toml b/ssz_derive/Cargo.toml index d850685..f1803b3 100644 --- a/ssz_derive/Cargo.toml +++ b/ssz_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_ssz_derive" -version = "0.8.2" +version = "0.8.3" edition = "2021" description = "Procedural derive macros to accompany the ethereum_ssz crate" license = "Apache-2.0"