Update dependencies and do necessary migrations

This commit is contained in:
Zachary Levy
2026-03-03 17:19:10 -08:00
parent e06e76e46b
commit 271fb8f6c4
9 changed files with 93 additions and 82 deletions

View File

@@ -1,8 +1,8 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "1.82"
components = [ "rust-src", "rustfmt", "llvm-tools" ]
channel = "1.93.1"
components = [ "rust-src", "rustfmt" ]
targets = [
"thumbv7em-none-eabi",
"thumbv7m-none-eabi",