From a2dfee2c3e2001f3a306fce5097f20addca8f093 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 7 Nov 2023 00:10:44 +0300 Subject: [PATCH] Fix version --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index b9ebb0ad851..3d3bad6eefa 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -3,7 +3,7 @@ name = "libp2p-core" edition = "2021" rust-version = { workspace = true } description = "Core traits and structs of libp2p" -version = "0.41.0" +version = "0.41.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"