From 63112fdad91e6e327e60c5f1dd083a1a155948b9 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 15 Aug 2024 13:10:08 +1000 Subject: [PATCH] Release v0.6.0 (#12) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5e9ddb..2cb5cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_serde_utils" -version = "0.5.2" +version = "0.6.0" edition = "2021" description = "Serialization and deserialization utilities for JSON representations of Ethereum types" license = "Apache-2.0"