From 513f69226feb08ed4d0f4e5a433fc06541aa1f42 Mon Sep 17 00:00:00 2001 From: pellico Date: Tue, 14 Feb 2023 13:35:13 +0100 Subject: [PATCH] Bumped required Rust compiler for generated crates to 1.65 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 666f7a88..eeb35eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - { rust: stable, vendor: Toshiba, options: all } - { rust: stable, vendor: Toshiba, options: "" } # Test MSRV - - { rust: 1.64.0, vendor: Nordic, options: "" } + - { rust: 1.65.0, vendor: Nordic, options: "" } # Use nightly for architectures which don't support stable - { rust: nightly, vendor: MSP430, options: "--atomics" } - { rust: nightly, vendor: MSP430, options: "" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc69b4e..bcc8faad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] -- Bump MSRV to 1.64 +- Bump MSRV to 1.65 - Fix dangling implicit derives - Fix escaping <> and & characters in doc attributes diff --git a/README.md b/README.md index e83bcf63..2022b4a8 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ This project is developed and maintained by the [Tools team][team]. ## Minimum Supported Rust Version (MSRV) -The **generated code** is guaranteed to compile on stable Rust 1.64.0 and up. +The **generated code** is guaranteed to compile on stable Rust 1.65.0 and up. -If you encounter compilation errors on any stable version newer than 1.64.0, please open an issue. +If you encounter compilation errors on any stable version newer than 1.65.0, please open an issue. # Testing Locally