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 78
78
- { rust: stable, vendor: Toshiba, options: all }
79
79
- { rust: stable, vendor: Toshiba, options: "" }
80
80
# Test MSRV
81
- - { rust: 1.61 .0, vendor: Nordic, options: "" }
81
+ - { rust: 1.64 .0, vendor: Nordic, options: "" }
82
82
# Use nightly for architectures which don't support stable
83
83
- { rust: nightly, vendor: MSP430, options: "--atomics" }
84
84
- { 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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - Bump MSRV to 1.64
10
11
- Fix dangling implicit derives
11
12
12
13
## [ 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].
13
13
14
14
## Minimum Supported Rust Version (MSRV)
15
15
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.
17
17
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.
19
19
20
20
# Testing Locally
21
21
You can’t perform that action at this time.
0 commit comments