From 462b9b0a283d26c5e89ec8b91a683cd2f6ab0950 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Thu, 27 Apr 2023 11:41:46 +1000 Subject: [PATCH] Version bump to v0.8.1 (#31) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33fdb0b..ec514e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "enr" authors = ["Age Manning "] edition = "2018" -version = "0.8.0" +version = "0.8.1" description = "Rust implementation of Ethereum Node Record (ENR) EIP778" readme = "./README.md" keywords = ["ethereum", "enr", "record", "EIP778", "node"]