Cargo.toml: Fix version typo (#2292)

This commit is contained in:
Max Inden
2021-10-15 11:55:44 +02:00
committed by GitHub
parent a905665b8b
commit 2d13f99d30

View File

@ -2,7 +2,7 @@
name = "libp2p" name = "libp2p"
edition = "2018" edition = "2018"
description = "Peer-to-peer networking library" description = "Peer-to-peer networking library"
version = "0.40.0-rc.1-rc.1" version = "0.40.0-rc.1"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT" license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p" repository = "https://github.com/libp2p/rust-libp2p"