From 2d13f99d303e1347b921613fd4da0a2327575d6a Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 15 Oct 2021 11:55:44 +0200 Subject: [PATCH] Cargo.toml: Fix version typo (#2292) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93d025d1..5152e012 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p" edition = "2018" description = "Peer-to-peer networking library" -version = "0.40.0-rc.1-rc.1" +version = "0.40.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"