Skip to content

Commit 6dbe6a5

Browse files
committed
MSRV to 1.82.0
1 parent f270a6e commit 6dbe6a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/bors.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ block_labels = ["wip"]
22
delete_merged_branches = true
33
status = [
44
"Rustfmt",
5-
"ci (1.68.2, log-rtt)",
6-
"ci (1.68.2, log-itm)",
7-
"ci (1.68.2, log-semihosting)",
5+
"ci (1.82.0, log-rtt)",
6+
"ci (1.82.0, log-itm)",
7+
"ci (1.82.0, log-semihosting)",
88
"ci (stable, log-rtt)",
99
"ci (stable, log-itm))",
1010
"ci (stable, log-semihosting)",

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix: # All permutations of {rust, mcu}
1616
rust:
17-
- 1.70.0 # MSRV
17+
- 1.82.0 # MSRV
1818
- stable
1919
logger:
2020
- log-rtt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cargo objcopy --example passthru --release -- -O binary passthru.bin
3838
[cargo-binutils-url]: https://github.com/rust-embedded/cargo-binutils
3939

4040
# Minimum supported Rust version
41-
The Minimum Supported Rust Version (MSRV) at the moment is 1.70.0
41+
The Minimum Supported Rust Version (MSRV) at the moment is 1.82.0
4242
# Demos
4343

4444
[Looper](https://github.com/mtthw-meyer/daisy-looper) - Basic one button looper.

0 commit comments

Comments
 (0)