From ce30c93a314d436a6c96cfc6906ee586700abb0f Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 23 Aug 2024 15:19:43 +1000 Subject: [PATCH] Release v0.7.0 (#14) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9aedc47..adcf1a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_serde_utils" -version = "0.6.0" +version = "0.7.0" edition = "2021" description = "Serialization and deserialization utilities for JSON representations of Ethereum types" license = "Apache-2.0"