diff options
| author | Ulf Lilleengen <[email protected]> | 2025-12-08 11:27:07 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-12-08 11:27:07 +0100 |
| commit | 2a54a3b93f38569a0a7aa585e75d6939a1726cce (patch) | |
| tree | ffd59bb843efba2bae19d5107a226d3261daf07b /.github/ci/build.sh | |
| parent | 5572b884a166b4012a250a12537c4cdd63b377c3 (diff) | |
chore: update devtool dependency
Diffstat (limited to '.github/ci/build.sh')
| -rwxr-xr-x | .github/ci/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build.sh b/.github/ci/build.sh index 3c196f72b..cd3006c49 100755 --- a/.github/ci/build.sh +++ b/.github/ci/build.sh | |||
| @@ -28,7 +28,7 @@ fi | |||
| 28 | hashtime restore /ci/cache/filetime.json || true | 28 | hashtime restore /ci/cache/filetime.json || true |
| 29 | hashtime save /ci/cache/filetime.json | 29 | hashtime save /ci/cache/filetime.json |
| 30 | 30 | ||
| 31 | cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev d015fd5e972a3e550ebef0da6748099b88a93ba6 | 31 | cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev c60400e213f7eb0296581183140ec147dd7a848b |
| 32 | 32 | ||
| 33 | ./ci.sh | 33 | ./ci.sh |
| 34 | 34 | ||
