From 851e20347f0ea304f3083830ad65bc3fa389365b Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 24 May 2024 15:46:40 +0100 Subject: [PATCH] Fix changelogs to reflect actual MSRVs --- components/equihash/CHANGELOG.md | 2 -- components/f4jumble/CHANGELOG.md | 2 -- components/zcash_address/CHANGELOG.md | 3 --- components/zcash_encoding/CHANGELOG.md | 2 -- zcash_client_backend/CHANGELOG.md | 3 ++- 5 files changed, 2 insertions(+), 10 deletions(-) diff --git a/components/equihash/CHANGELOG.md b/components/equihash/CHANGELOG.md index b5ea82fc8..7bad997dd 100644 --- a/components/equihash/CHANGELOG.md +++ b/components/equihash/CHANGELOG.md @@ -6,8 +6,6 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Changed -- MSRV is now 1.66.0. ## [0.2.0] - 2022-06-24 ### Changed diff --git a/components/f4jumble/CHANGELOG.md b/components/f4jumble/CHANGELOG.md index 1a3be52e9..0dd3e14c9 100644 --- a/components/f4jumble/CHANGELOG.md +++ b/components/f4jumble/CHANGELOG.md @@ -6,8 +6,6 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Changed -- MSRV is now 1.66.0. ## [0.1.0] - 2022-05-11 Initial release. diff --git a/components/zcash_address/CHANGELOG.md b/components/zcash_address/CHANGELOG.md index 52f4643f3..73eeaa2e1 100644 --- a/components/zcash_address/CHANGELOG.md +++ b/components/zcash_address/CHANGELOG.md @@ -13,9 +13,6 @@ and this library adheres to Rust's notion of - Module `zcash_address::unified::address::testing` under the `test-dependencies` feature. -### Changed -- MSRV is now 1.66.0. - ## [0.3.2] - 2024-03-06 ### Added - `zcash_address::convert`: diff --git a/components/zcash_encoding/CHANGELOG.md b/components/zcash_encoding/CHANGELOG.md index cd3e31d41..da71b50f7 100644 --- a/components/zcash_encoding/CHANGELOG.md +++ b/components/zcash_encoding/CHANGELOG.md @@ -6,8 +6,6 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Changed -- MSRV is now 1.66.0. ## [0.2.0] - 2022-10-19 ### Changed diff --git a/zcash_client_backend/CHANGELOG.md b/zcash_client_backend/CHANGELOG.md index 5e8d40ace..9018fc839 100644 --- a/zcash_client_backend/CHANGELOG.md +++ b/zcash_client_backend/CHANGELOG.md @@ -29,7 +29,8 @@ and this library adheres to Rust's notion of wrapping protocol-address types, the `Recipient` type now wraps a `zcash_address::ZcashAddress`. This simplifies the process of tracking the original address to which value was sent. -- MSRV is now 1.66.0. +- MSRV is now 1.66.0 (except for the `lightwalletd-tonic` feature flag which + requires 1.70.0). ## [0.12.1] - 2024-03-27