Skip to content

Commit 2d13f99

Browse files
authored
Cargo.toml: Fix version typo (#2292)
1 parent a905665 commit 2d13f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libp2p"
33
edition = "2018"
44
description = "Peer-to-peer networking library"
5-
version = "0.40.0-rc.1-rc.1"
5+
version = "0.40.0-rc.1"
66
authors = ["Parity Technologies <admin@parity.io>"]
77
license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)