From 756791b071b430a84a12c0e8d45550f729cc8727 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Thu, 20 Jul 2023 10:56:47 +1000 Subject: [PATCH] Version bump to v0.3.1 (#203) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 23e29aa3e..1190ce538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "discv5" authors = ["Age Manning "] edition = "2018" -version = "0.3.0" +version = "0.3.1" description = "Implementation of the p2p discv5 discovery protocol" license = "Apache-2.0" repository = "https://github.com/sigp/discv5" @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] exclude = [".gitignore", ".github/*"] [dependencies] -enr = { version = "0.8.1", features = ["k256", "ed25519"] } +enr = { version = "0.9.0", features = ["k256", "ed25519"] } tokio = { version = "1.15.0", features = ["net", "sync", "macros", "rt"] } libp2p-core = { version = "0.40.0", optional = true } libp2p-identity = { version = "0.2.1", features = ["ed25519", "secp256k1"], optional = true }