From f0a4472998558f917c1db4750c63a78948d5c1f1 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 14 Oct 2024 16:47:16 +1100 Subject: [PATCH] Version 0.8 (#268) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 208edca1..98e0b021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "discv5" authors = ["Sigma Prime "] edition = "2018" -version = "0.7.0" +version = "0.8.0" description = "Implementation of the p2p discv5 discovery protocol" license = "Apache-2.0" repository = "https://github.com/sigp/discv5"