Skip to content

Commit 56f774f

Browse files
feat(net-watch)!: update n0-future and n0-watcher (#54)
Unfortunately breaking, as the there were breaking api changes in `n0-watcher@0.4`
1 parent 836e927 commit 56f774f

File tree

5 files changed

+175
-206
lines changed

5 files changed

+175
-206
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
- uses: actions/checkout@v5
239239
- uses: dtolnay/rust-toolchain@master
240240
with:
241-
toolchain: nightly-2024-11-30
241+
toolchain: nightly-2025-10-09
242242
- name: Install sccache
243243
uses: mozilla-actions/sccache-action@v0.0.9
244244

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v5
3333
- uses: dtolnay/rust-toolchain@master
3434
with:
35-
toolchain: nightly-2024-11-30
35+
toolchain: nightly-2025-10-09
3636
- name: Install sccache
3737
uses: mozilla-actions/sccache-action@v0.0.9
3838

0 commit comments

Comments
 (0)