From c0df16a39ee4ca638265106c92f984880ad42b12 Mon Sep 17 00:00:00 2001 From: chad Date: Sun, 29 May 2022 19:58:14 -0500 Subject: [PATCH] core/upgrade Changelog and Cargo.toml for Rust MSRV 1.60.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111b941714a7..0f6dfb310c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ # `libp2p` facade crate -# 0.45.1 +# 0.46.0 [unreleased] - Semver bump Rust from `1.56.1` to `1.60.0` . See [PR 2646]. - Added weak dependencies for features. See [PR 2646]. diff --git a/Cargo.toml b/Cargo.toml index 0aaaab45300f..217f0ebabe87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libp2p" edition = "2021" rust-version = "1.60.0" description = "Peer-to-peer networking library" -version = "0.45.0" +version = "0.46.0" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"