File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1- msrv = " 1.54 "
1+ msrv = " 1.59 "
Original file line number Diff line number Diff line change 5757 - uses : actions/checkout@v2
5858 - uses : actions-rs/toolchain@v1
5959 with :
60- toolchain : 1.54 .0
60+ toolchain : 1.59 .0
6161 target : thumbv7em-none-eabihf
6262 override : true
6363 profile : minimal
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ No changes.
2424
2525- Fix wrong timer frequency calculation and unexpected panics ([ #338 ] )
2626
27+ ### Changed
28+
29+ - The MSRV was bumped to 1.59 ([ #227 ] )
30+
2731## [ v0.9.1] - 2022-09-07
2832
2933### Added
Original file line number Diff line number Diff line change 11[package ]
2- edition = " 2018 "
2+ edition = " 2021 "
33authors = [
44 " Dylan Frankland <[email protected] >" ,
55@@ -19,7 +19,7 @@ exclude = [
1919 " .markdownlint.yml"
2020]
2121resolver = " 2"
22- rust-version = " 1.54 "
22+ rust-version = " 1.59 "
2323
2424[workspace ]
2525members = [
Original file line number Diff line number Diff line change 44[ ![ Crate] ( https://img.shields.io/crates/v/stm32f3xx-hal.svg )] ( https://crates.io/crates/stm32f3xx-hal )
55[ ![ Docs] ( https://docs.rs/stm32f3xx-hal/badge.svg )] ( https://docs.rs/stm32f3xx-hal )
66[ ![ Crates.io] ( https://img.shields.io/crates/d/stm32f3xx-hal.svg )] ( https://crates.io/crates/stm32f3xx-hal )
7- ![ Minimum Supported Rust Version] ( https://img.shields.io/badge/rustc-1.54 +-blue.svg )
7+ ![ Minimum Supported Rust Version] ( https://img.shields.io/badge/rustc-1.59 +-blue.svg )
88
99` stm32f3xx-hal ` contains a multi device hardware abstraction on top of the
1010peripheral access API for the STMicro STM32F3 series microcontrollers. The
@@ -139,7 +139,7 @@ See the [examples folder](examples) for more example programs.
139139
140140## Minimum Supported Rust Version (MSRV)
141141
142- This crate is guaranteed to compile on stable Rust 1.54 .0 and up. It * might*
142+ This crate is guaranteed to compile on stable Rust 1.59 .0 and up. It * might*
143143compile with older versions but that may change in any new patch release.
144144
145145<!-- This should not prevent anyone to use newer features. -->
Original file line number Diff line number Diff line change 11[package ]
2- edition = " 2018 "
2+ edition = " 2021 "
33name = " testsuite"
44publish = false
55version = " 0.0.0"
You can’t perform that action at this time.
0 commit comments