Skip to content

Commit 91ebdbe

Browse files
committed
update msrv -> 1.57.0
1 parent 164c56e commit 91ebdbe

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/bors.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ block_labels = ["wip"]
22
delete_merged_branches = true
33
status = [
44
"Rustfmt",
5-
"ci (1.56.1, stm32h743)",
6-
"ci (1.56.1, stm32h753)",
7-
"ci (1.56.1, stm32h743v)",
8-
"ci (1.56.1, stm32h753v)",
9-
"ci (1.56.1, stm32h747cm7)",
10-
"ci (1.56.1, stm32h7b3)",
11-
"ci (1.56.1, stm32h7b0)",
12-
"ci (1.56.1, stm32h735)",
5+
"ci (1.57.0, stm32h743)",
6+
"ci (1.57.0, stm32h753)",
7+
"ci (1.57.0, stm32h743v)",
8+
"ci (1.57.0, stm32h753v)",
9+
"ci (1.57.0, stm32h747cm7)",
10+
"ci (1.57.0, stm32h7b3)",
11+
"ci (1.57.0, stm32h7b0)",
12+
"ci (1.57.0, stm32h735)",
1313
"ci (stable, stm32h743)",
1414
"ci (stable, stm32h753)",
1515
"ci (stable, stm32h743v)",

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix: # All permutations of {rust, mcu}
1313
rust:
14-
- 1.56.1 # MSRV
14+
- 1.57.0 # MSRV
1515
- stable
1616
mcu:
1717
- stm32h743

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stm32h7xx-hal
77
[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/12691)
88
[![CI](https://github.com/stm32-rs/stm32h7xx-hal/workflows/Continuous%20integration/badge.svg)](https://github.com/stm32-rs/stm32h7xx-hal/actions)
99
[![Crates.io](https://img.shields.io/crates/v/stm32h7xx-hal.svg)](https://crates.io/crates/stm32h7xx-hal)
10-
![Minimum rustc version](https://img.shields.io/badge/rustc-1.56.1+-yellow.svg)
10+
![Minimum rustc version](https://img.shields.io/badge/rustc-1.57.0+-yellow.svg)
1111

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

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

0 commit comments

Comments
 (0)