From 47487bed87999f3ae203139e1eacfb66af32a7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Mon, 6 Jan 2025 11:40:38 +0000 Subject: [PATCH] fixup! update CHANGELOG.md and Cargo.toml --- libp2p/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/Cargo.toml b/libp2p/Cargo.toml index ae23dcf0db5..39d01a5c5c7 100644 --- a/libp2p/Cargo.toml +++ b/libp2p/Cargo.toml @@ -3,7 +3,7 @@ name = "libp2p" edition = "2021" rust-version = { workspace = true } description = "Peer-to-peer networking library" -version = "0.54.2" +version = "0.55.0" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"