Skip to content

Commit b46c23f

Browse files
committed
bump MSRV
1 parent 82d2b49 commit b46c23f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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: "" }

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)