File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 64
64
- uses : actions/checkout@v2
65
65
- uses : actions-rs/toolchain@v1
66
66
with :
67
- toolchain : 1.48 .0
67
+ toolchain : 1.50 .0
68
68
target : thumbv7em-none-eabihf
69
69
override : true
70
70
profile : minimal
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
31
31
32
32
### Breaking Changes
33
33
34
+ - The MSVR was bumped to 1.50 ([ #220 ] )
34
35
- Replace custom time based units with types defined in the [ embedded-time] [ ]
35
36
crate ([ #192 ] )
36
37
- The ` rcc ` public API now expects time based units in ` Megahertz ` .
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ See the [examples folder](examples) for more example programs.
154
154
155
155
## Minimum Supported Rust Version (MSRV)
156
156
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*
158
158
compile with older versions but that may change in any new patch release.
159
159
160
160
<!-- This should not prevent anyone to use newer features. -->
You can’t perform that action at this time.
0 commit comments