File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ version = "0.1.0"
1313[workspace .package ]
1414# This must be kept in sync with rust-toolchain.toml; please see that file for
1515# more information.
16- rust-version = " 1.84 "
16+ rust-version = " 1.87 "
1717
1818[features ]
1919rust_embedded = [
Original file line number Diff line number Diff line change 11# This is the nightly Rust toolchain used by `make test`.
22[toolchain ]
3- channel = " nightly-2024-11-11 "
3+ channel = " nightly-2025-05-19 "
44components = [" miri" , " rust-src" ]
Original file line number Diff line number Diff line change 55# you'd like to use. When you do so, update this to the first Rust version that
66# includes that feature. Whenever this value is updated, the rust-version field
77# in Cargo.toml must be updated as well.
8- channel = " 1.84 "
8+ channel = " 1.87 "
99components = [" clippy" , " rustfmt" ]
1010targets = [
1111 " thumbv6m-none-eabi" ,
You can’t perform that action at this time.
0 commit comments