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 6161 - uses : actions/checkout@v2
6262 - uses : actions-rs/toolchain@v1
6363 with :
64- toolchain : 1.50 .0
64+ toolchain : 1.51 .0
6565 target : thumbv7em-none-eabihf
6666 override : true
6767 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/).
3131
3232### Breaking Changes
3333
34- - The MSVR was bumped to 1.50 ([ #220 ] )
34+ - The MSVR was bumped to 1.51 ([ #227 ] )
3535- Replace custom time based units with types defined in the [ embedded-time] [ ]
3636 crate ([ #192 ] )
3737- The ` rcc ` public API now expects time based units in ` Megahertz ` .
@@ -320,6 +320,7 @@ let clocks = rcc
320320[ defmt ] : https://github.com/knurling-rs/defmt
321321[ filter ] : https://defmt.ferrous-systems.com/filtering.html
322322
323+ [ #227 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/227
323324[ #220 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/220
324325[ #217 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/217
325326[ #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.
154154
155155## Minimum Supported Rust Version (MSRV)
156156
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*
158158compile with older versions but that may change in any new patch release.
159159
160160<!-- This should not prevent anyone to use newer features. -->
You can’t perform that action at this time.
0 commit comments