From 9dbafae95825dcaaea23b6da42729e4bb234bc0c Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 9 Jan 2024 20:47:10 +1100 Subject: [PATCH] Release v0.5.2 (#6) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2610fb0..1e683ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_serde_utils" -version = "0.5.1" +version = "0.5.2" edition = "2021" description = "Serialization and deserialization utilities for JSON representations of Ethereum types" license = "Apache-2.0"