File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- msrv = " 1.50 "
1
+ msrv = " 1.51 "
Original file line number Diff line number Diff line change 61
61
- uses : actions/checkout@v2
62
62
- uses : actions-rs/toolchain@v1
63
63
with :
64
- toolchain : 1.50 .0
64
+ toolchain : 1.51 .0
65
65
target : thumbv7em-none-eabihf
66
66
override : true
67
67
profile : minimal
Original file line number Diff line number Diff line change @@ -31,7 +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
+ - The MSVR was bumped to 1.51 ([ #227 ] )
35
35
- Replace custom time based units with types defined in the [ embedded-time] [ ]
36
36
crate ([ #192 ] )
37
37
- The ` rcc ` public API now expects time based units in ` Megahertz ` .
@@ -320,6 +320,7 @@ let clocks = rcc
320
320
[ defmt ] : https://github.com/knurling-rs/defmt
321
321
[ filter ] : https://defmt.ferrous-systems.com/filtering.html
322
322
323
+ [ #227 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/227
323
324
[ #220 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/220
324
325
[ #217 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/217
325
326
[ #216 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/216
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.50 .0 and up. It * might*
157
+ This crate is guaranteed to compile on stable Rust 1.51 .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