File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ block_labels = ["wip"]
22delete_merged_branches = true
33status = [
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)" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments