From: Daniela Brozzoni Date: Tue, 21 Jun 2022 14:20:28 +0000 (+0200) Subject: Bump MSRV from 1.56.0 to 1.56.1 X-Git-Tag: 0.20.0~18^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandString.html?a=commitdiff_plain;h=b289c4ec2d4e19cd231e65f6e71e2b7422a81be1;p=bdk Bump MSRV from 1.56.0 to 1.56.1 In this way we can continue using reqwest v0.11, whose MSRV is now 1.56.1 The only difference between v1.56.0 and v1.56.1 is a bug fix for CVE-2021-42574. --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index b9f7aece..3088cd6e 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -12,7 +12,7 @@ jobs: rust: - version: 1.60.0 # STABLE clippy: true - - version: 1.56.0 # MSRV + - version: 1.56.1 # MSRV features: - default - minimal @@ -146,7 +146,7 @@ jobs: - run: sudo apt-get update || exit 1 - run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1 - name: Set default toolchain - run: rustup default 1.56.0 # STABLE + run: rustup default 1.56.1 # STABLE - name: Set profile run: rustup set profile minimal - name: Add target wasm32 diff --git a/CHANGELOG.md b/CHANGELOG.md index b550e40c..7eaf9bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +- New MSRV set to `1.56.1` ## [v0.19.0] - [v0.18.0] diff --git a/README.md b/README.md index 54832afc..f5310931 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ CI Status API Docs - Rustc Version 1.56+ + Rustc Version 1.56.1+ Chat on Discord