aboutsummaryrefslogtreecommitdiff
path: root/ci-nightly.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-06-13 20:40:04 +0200
committerDario Nieuwenhuis <[email protected]>2024-06-13 20:40:04 +0200
commit4d9115b3fb17f441a3280dd7913e682157ca1dac (patch)
tree2b3200de38599efcd696835a7d0a01f8e6e27365 /ci-nightly.sh
parent8d79679bb27ce6eca8904e167a8762ad5fc90604 (diff)
Update stable to Rust 1.79.
Diffstat (limited to 'ci-nightly.sh')
-rwxr-xr-xci-nightly.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci-nightly.sh b/ci-nightly.sh
index 46b19c5b7..bdb364f53 100755
--- a/ci-nightly.sh
+++ b/ci-nightly.sh
@@ -30,4 +30,3 @@ cargo batch \
30 30
31cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,avr-device/atmega328p 31cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,avr-device/atmega328p
32cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,integrated-timers,avr-device/atmega328p 32cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,integrated-timers,avr-device/atmega328p
33