Skip to content

Commit 420062a

Browse files
committed
Bump MSRV to 1.50
1 parent e460834 commit 420062a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v2
6565
- uses: actions-rs/toolchain@v1
6666
with:
67-
toolchain: 1.48.0
67+
toolchain: 1.50.0
6868
target: thumbv7em-none-eabihf
6969
override: true
7070
profile: minimal

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3131

3232
### Breaking Changes
3333

34+
- The MSVR was bumped to 1.50 ([#220])
3435
- Replace custom time based units with types defined in the [embedded-time][]
3536
crate ([#192])
3637
- The `rcc` public API now expects time based units in `Megahertz`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ See the [examples folder](examples) for more example programs.
154154

155155
## Minimum Supported Rust Version (MSRV)
156156

157-
This crate is guaranteed to compile on stable Rust 1.48.0 and up. It *might*
157+
This crate is guaranteed to compile on stable Rust 1.50.0 and up. It *might*
158158
compile with older versions but that may change in any new patch release.
159159

160160
<!-- This should not prevent anyone to use newer features. -->

0 commit comments

Comments
 (0)