Skip to content

Commit

Permalink
Bumped required Rust compiler for generated crates to 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
pellico committed Feb 14, 2023
1 parent 480c301 commit 513f692
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "" }
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 513f692

Please sign in to comment.