We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9ae03 commit be64eb7Copy full SHA for be64eb7
.github/bors.toml
@@ -2,14 +2,14 @@ block_labels = ["wip"]
2
delete_merged_branches = true
3
status = [
4
"Rustfmt",
5
- "ci (1.52.0, stm32h743)",
6
- "ci (1.52.0, stm32h753)",
7
- "ci (1.52.0, stm32h743v)",
8
- "ci (1.52.0, stm32h753v)",
9
- "ci (1.52.0, stm32h747cm7)",
10
- "ci (1.52.0, stm32h7b3)",
11
- "ci (1.52.0, stm32h7b0)",
12
- "ci (1.52.0, stm32h735)",
+ "ci (1.56.1, stm32h743)",
+ "ci (1.56.1, stm32h753)",
+ "ci (1.56.1, stm32h743v)",
+ "ci (1.56.1, stm32h753v)",
+ "ci (1.56.1, stm32h747cm7)",
+ "ci (1.56.1, stm32h7b3)",
+ "ci (1.56.1, stm32h7b0)",
+ "ci (1.56.1, stm32h735)",
13
"ci (stable, stm32h743)",
14
"ci (stable, stm32h753)",
15
"ci (stable, stm32h743v)",
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix: # All permutations of {rust, mcu}
rust:
- - 1.52.0 # MSRV
+ - 1.56.1 # MSRV
- stable
16
mcu:
17
- stm32h743
CHANGELOG.md
@@ -2,6 +2,8 @@
## [Unreleased]
+* MSRV increased to 1.56.1
+
## [v0.11.0] 2021-12-18
* **Breaking**: Simplified API for reading device signature
README.md
@@ -7,7 +7,7 @@ stm32h7xx-hal
[](https://app.bors.tech/repositories/12691)
[](https://github.com/stm32-rs/stm32h7xx-hal/actions)
[](https://crates.io/crates/stm32h7xx-hal)
-
+
[_stm32h7xx-hal_](https://github.com/stm32-rs/stm32h7xx-hal) contains
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.
111
Minimum supported Rust version
112
------------------------------
113
114
-The Minimum Supported Rust Version (MSRV) at the moment is **1.52.0**. Older
+The Minimum Supported Rust Version (MSRV) at the moment is **1.56.1**. Older
115
versions **may** compile, especially when some features are not used
116
in your application.
117
0 commit comments