From f04dc43600e2f4e191d1ceba7d288be2c0407a76 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 17 Jun 2024 10:34:52 +1000 Subject: [PATCH] Version bump to v0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd297db..be9d55d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "enr" authors = ["Age Manning "] edition = "2021" -version = "0.12.0" +version = "0.12.1" description = "Rust implementation of Ethereum Node Record (ENR) EIP778" readme = "./README.md" keywords = ["ethereum", "enr", "record", "EIP778", "node"]