File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7878 - { rust: stable, vendor: Toshiba, options: all }
7979 - { rust: stable, vendor: Toshiba, options: "" }
8080 # Test MSRV
81- - { rust: 1.61 .0, vendor: Nordic, options: "" }
81+ - { rust: 1.64 .0, vendor: Nordic, options: "" }
8282 # Use nightly for architectures which don't support stable
8383 - { rust: nightly, vendor: MSP430, options: "--atomics" }
8484 - { rust: nightly, vendor: MSP430, options: "" }
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10+ - Bump MSRV to 1.64
1011- Fix dangling implicit derives
1112
1213## [ v0.28.0] - 2022-12-25
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ This project is developed and maintained by the [Tools team][team].
1313
1414## Minimum Supported Rust Version (MSRV)
1515
16- The ** generated code** is guaranteed to compile on stable Rust 1.61 .0 and up.
16+ The ** generated code** is guaranteed to compile on stable Rust 1.64 .0 and up.
1717
18- If you encounter compilation errors on any stable version newer than 1.61 .0, please open an issue.
18+ If you encounter compilation errors on any stable version newer than 1.64 .0, please open an issue.
1919
2020# Testing Locally
2121
You can’t perform that action at this time.
0 commit comments