From 25d84519fbb3f88da2cea6020097b0ac03ea6eff 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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 89d87b0b51bd..21081d2cb1ee 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" @@ -36,7 +36,7 @@ default = [ "yamux", ] autonat = ["libp2p-autonat"] -dcutr = ["libp2p-dcutr", "libp2p-metrics?/dcutr"] +dcutr = ["dep:libp2p-dcutr", "libp2p-metrics?/dcutr"] deflate = ["libp2p-deflate"] dns-async-std = ["libp2p-dns", "libp2p-dns/async-std"] dns-tokio = ["libp2p-dns", "libp2p-dns/tokio"]