Skip to content

Commit 513f692

Browse files
committed
Bumped required Rust compiler for generated crates to 1.65
1 parent 480c301 commit 513f692

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.64.0, vendor: Nordic, options: "" }
81+
- { rust: 1.65.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10-
- Bump MSRV to 1.64
10+
- Bump MSRV to 1.65
1111
- Fix dangling implicit derives
1212
- Fix escaping <> and & characters in doc attributes
1313

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.64.0 and up.
16+
The **generated code** is guaranteed to compile on stable Rust 1.65.0 and up.
1717

18-
If you encounter compilation errors on any stable version newer than 1.64.0, please open an issue.
18+
If you encounter compilation errors on any stable version newer than 1.65.0, please open an issue.
1919

2020
# Testing Locally
2121

0 commit comments

Comments
 (0)