From 6553de96774a2d89e11103044f2db5c6b2f02a4c Mon Sep 17 00:00:00 2001 From: Age Manning Date: Tue, 19 Sep 2023 17:28:29 +1000 Subject: [PATCH] Version bump (#50) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba1327e..2f2ecde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "enr" authors = ["Age Manning "] edition = "2018" -version = "0.9.0" +version = "0.9.1" description = "Rust implementation of Ethereum Node Record (ENR) EIP778" readme = "./README.md" keywords = ["ethereum", "enr", "record", "EIP778", "node"]