mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00
xtask depends on esp-metadata which has a MSRV of STABLE (currently 1.84) (#2977)
This commit is contained in:
parent
4b66e3dba7
commit
224c38ff66
3
.github/workflows/documentation.yml
vendored
3
.github/workflows/documentation.yml
vendored
@ -62,6 +62,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Prepare
|
||||
run: mkdir docs
|
||||
- name: Download all docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user