Fix changelogs to reflect actual MSRVs

This commit is contained in:
str4d 2024-05-24 15:46:40 +01:00 committed by GitHub
parent 39a6b2b4f8
commit 851e20347f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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.

View File

@ -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`:

View File

@ -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

View File

@ -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