From 3749945dc43201bfa88b42fd265a9d39f3ff8562 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Sat, 21 Mar 2026 14:56:54 -0700 Subject: [PATCH] Version bump to 0.10.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a80f63d8..5f8d11ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "discv5" authors = ["Sigma Prime "] edition = "2018" -version = "0.10.2" +version = "0.10.4" description = "Implementation of the p2p discv5 discovery protocol" license = "Apache-2.0" repository = "https://github.com/sigp/discv5"