From 787607c8cabd41d0dcecd83eed5dff7c29e8003d 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 4c5113c6efea..51d117c21a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ # `libp2p` facade crate -# 0.45.1 [unreleased] +# 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 89d87b0b51bd..3a50c30620f6 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"