Skip to content

Commit ce18a41

Browse files
committed
Update MSRV to 1.87
Fixes heapless 0.9.2 build.
1 parent c629f38 commit ce18a41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
# Always run MSRV too!
21-
rust: ["stable", "1.86"]
21+
rust: ["stable", "1.87"]
2222
features: ['log', 'defmt-log', '""']
2323
steps:
2424
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
99
### Changed
1010

1111
- Updated to `defmt` 1.0.1, `embedded-hal-bus` 0.3.0, `env_logger` 0.11.8, `heapless` 0.9.1, and `hex-literal` 1.0.0.
12-
- Raised the minimum supported Rust version to 1.86.0.
12+
- Raised the minimum supported Rust version to 1.87.0.
1313

1414
## [Version 0.9.0] - 2025-06-08
1515

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/rust-embedded-community/embedded-sdmmc-rs"
1111
version = "0.9.0"
1212

1313
# Make sure to update the CI too!
14-
rust-version = "1.86"
14+
rust-version = "1.87"
1515

1616
[dependencies]
1717
byteorder = {version = "1", default-features = false}

0 commit comments

Comments
 (0)