cargo nondet sysroot repro

This commit is contained in:
Dario Nieuwenhuis 2024-12-17 17:51:25 +01:00
parent 2853308d8f
commit 0a5a9f0c4b
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
[unstable]
build-std = ["core"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF82840_xxAA with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip nRF52840_xxAA"

View File

@ -1,5 +1,5 @@
[toolchain]
channel = "1.83"
channel = "nightly-2024-12-17"
components = [ "rust-src", "rustfmt", "llvm-tools" ]
targets = [
"thumbv7em-none-eabi",