Skip to content

Commit

Permalink
Merge pull request #1283 from getlipa/feature/implement-configurable-…
Browse files Browse the repository at this point in the history
…external-recovery

Implement configurable external recovery
  • Loading branch information
danielgranhao authored Nov 29, 2024
2 parents aa1cd30 + faa2246 commit 34081e0
Show file tree
Hide file tree
Showing 8 changed files with 560 additions and 259 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.1
toolchain: 1.78
profile: minimal
override: true
target: ${{ matrix.target }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.1
toolchain: 1.78
profile: minimal
override: true
target: ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: rust-toolchain
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: 1.82.0
toolchain: stable
components: clippy
- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand Down
Loading

0 comments on commit 34081e0

Please sign in to comment.