Skip to content

Commit

Permalink
Merge branch 'main' into dev/fast-interp
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Jan 31, 2025
2 parents 551e9db + 7279013 commit 8ff8d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
with:
checks: "[\"${{ matrix.check }}\"]"
token: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15
ubuntu:
runs-on: ubuntu-latest
needs: matrix
Expand Down
2 changes: 1 addition & 1 deletion crates/runner-nordic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wasefire-board-api = { path = "../board" }
wasefire-error = { path = "../error" }
wasefire-interpreter = { path = "../interpreter", optional = true }
wasefire-logger = { path = "../logger" }
wasefire-one-of = { version = "0.1.1-git", path = "../one-of" }
wasefire-one-of = { path = "../one-of" }
wasefire-protocol-usb = { path = "../protocol-usb", features = ["device"] }
wasefire-store = { path = "../store" }
wasefire-sync = { path = "../sync" }
Expand Down

0 comments on commit 8ff8d8e

Please sign in to comment.