diff --git a/Cargo.lock b/Cargo.lock index bf01fcf73e11..778fd1619555 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2817,7 +2817,7 @@ dependencies = [ [[package]] name = "libp2p-perf" -version = "0.2.1" +version = "0.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5284df4e9549..902030d6e6e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ libp2p-metrics = { version = "0.13.1", path = "misc/metrics" } libp2p-mplex = { version = "0.40.0", path = "muxers/mplex" } libp2p-muxer-test-harness = { path = "muxers/test-harness" } libp2p-noise = { version = "0.43.1", path = "transports/noise" } -libp2p-perf = { version = "0.2.1", path = "protocols/perf" } +libp2p-perf = { version = "0.2.0", path = "protocols/perf" } libp2p-ping = { version = "0.43.2", path = "protocols/ping" } libp2p-plaintext = { version = "0.40.1", path = "transports/plaintext" } libp2p-pnet = { version = "0.23.1", path = "transports/pnet" } diff --git a/protocols/perf/CHANGELOG.md b/protocols/perf/CHANGELOG.md index 066c48802cc0..e46a94e981ac 100644 --- a/protocols/perf/CHANGELOG.md +++ b/protocols/perf/CHANGELOG.md @@ -1,5 +1,3 @@ -## 0.2.1 - unreleased - ## 0.2.0 - Raise MSRV to 1.65. diff --git a/protocols/perf/Cargo.toml b/protocols/perf/Cargo.toml index 5e9ecad52025..c61deb37c29b 100644 --- a/protocols/perf/Cargo.toml +++ b/protocols/perf/Cargo.toml @@ -3,7 +3,7 @@ name = "libp2p-perf" edition = "2021" rust-version = { workspace = true } description = "libp2p perf protocol implementation" -version = "0.2.1" +version = "0.2.0" authors = ["Max Inden "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"