From 81462fcbe53d54b646a6b3f9a3e9f18d1c2e1a54 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 17 Jan 2023 11:12:10 +1100 Subject: [PATCH] Version 0.5.0 (#1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52dcca0..d55be74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_serde_utils" -version = "1.0.0-beta.0" +version = "0.5.0" edition = "2021" description = "Serialization and deserialization utilities for JSON representations of Ethereum types" license = "Apache-2.0"