Skip to content

Commit 891d9f5

Browse files
committed
dsi: increase MSRV to 1.66.1
1 parent 34841e4 commit 891d9f5

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix: # All permutations of {rust, mcu}
2323
rust:
24-
- 1.65.0 # MSRV
24+
- 1.66.1 # MSRV
2525
- stable
2626
mcu:
2727
- stm32h743

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
* MSRV increased to Rust 1.66.1 [#473]
6+
57
## [v0.15.1] 2023-11-03
68

79
* Bugfix, usb: On RM0455 and RM0468 parts, PA11/PA12 do not have an alternate function

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Andrew Straw <[email protected]>",
1111
"Florian Jung <[email protected]>",
1212
"Matt Ickstadt <[email protected]>"]
1313
edition = "2021"
14-
rust-version = "1.65"
14+
rust-version = "1.66.1"
1515
categories = ["embedded", "hardware-support", "no-std"]
1616
description = "Hardware Abstraction Layer implementation for STM32H7 series microcontrollers"
1717
keywords = ["arm", "cortex-m", "stm32h7xx", "hal", "embedded-hal"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stm32h7xx-hal
66
[![docs.rs](https://docs.rs/stm32h7xx-hal/badge.svg)](https://docs.rs/stm32h7xx-hal)
77
[![CI](https://github.com/stm32-rs/stm32h7xx-hal/workflows/Continuous%20integration/badge.svg)](https://github.com/stm32-rs/stm32h7xx-hal/actions)
88
[![Crates.io](https://img.shields.io/crates/v/stm32h7xx-hal.svg)](https://crates.io/crates/stm32h7xx-hal)
9-
![Minimum rustc version](https://img.shields.io/badge/rustc-1.65.0+-yellow.svg)
9+
![Minimum rustc version](https://img.shields.io/badge/rustc-1.66.1+-yellow.svg)
1010

1111
[_stm32h7xx-hal_](https://github.com/stm32-rs/stm32h7xx-hal) contains
1212
a hardware abstraction layer on top of the peripheral access API for
@@ -110,7 +110,7 @@ programming interfaces are only available on the high density connectors.
110110
Minimum supported Rust version
111111
------------------------------
112112

113-
The Minimum Supported Rust Version (MSRV) at the moment is **1.65.0**. Older
113+
The Minimum Supported Rust Version (MSRV) at the moment is **1.66.1**. Older
114114
versions **may** compile, especially when some features are not used in your
115115
application.
116116

0 commit comments

Comments
 (0)