Upgrade to latest nightly

This commit is contained in:
Ivan Markov 2022-08-05 09:07:30 +00:00
parent b30e4614f0
commit 5edffdac61
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ on:
- cron: '50 5 * * *'
env:
rust_toolchain: nightly-2022-04-07
rust_toolchain: nightly
jobs:
compile:

View File

@ -9,7 +9,7 @@ on:
- cron: '50 4 * * *'
env:
rust_toolchain: nightly-2022-04-07
rust_toolchain: nightly
jobs:
compile:

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch
env:
rust_toolchain: nightly-2022-04-07
rust_toolchain: nightly
jobs:
publishdryrun:

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch
env:
rust_toolchain: nightly-2022-04-07
rust_toolchain: nightly
crate_name: esp-idf-hal
jobs: