Skip to content

Commit bc0039c

Browse files
authored
chore: update to iroh v0.35 (#16)
Update to iroh v0.35 & quic-rpc & quic-rpc-derive v0.20 Also, bump mozilla-actions/[email protected] to mozilla-actions/[email protected] on any CI jobs
1 parent f8994fa commit bc0039c

File tree

5 files changed

+314
-600
lines changed

5 files changed

+314
-600
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
fetch-depth: 0
159159
- name: Install sccache
160-
uses: mozilla-actions/[email protected].7
160+
uses: mozilla-actions/[email protected].8
161161

162162
- name: Setup Environment (PR)
163163
if: ${{ github.event_name == 'pull_request' }}
@@ -189,7 +189,7 @@ jobs:
189189
- uses: dtolnay/rust-toolchain@stable
190190
with:
191191
components: rustfmt
192-
- uses: mozilla-actions/[email protected].7
192+
- uses: mozilla-actions/[email protected].8
193193
- uses: taiki-e/install-action@cargo-make
194194
- run: cargo make format-check
195195

@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
toolchain: nightly-2024-11-30
208208
- name: Install sccache
209-
uses: mozilla-actions/[email protected].7
209+
uses: mozilla-actions/[email protected].8
210210

211211
- name: Docs
212212
run: cargo doc --workspace --all-features --no-deps --document-private-items
@@ -225,7 +225,7 @@ jobs:
225225
with:
226226
components: clippy
227227
- name: Install sccache
228-
uses: mozilla-actions/[email protected].7
228+
uses: mozilla-actions/[email protected].8
229229

230230
# TODO: We have a bunch of platform-dependent code so should
231231
# probably run this job on the full platform matrix
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
toolchain: ${{ env.MSRV }}
254254
- name: Install sccache
255-
uses: mozilla-actions/[email protected].7
255+
uses: mozilla-actions/[email protected].8
256256

257257
- name: Check MSRV all features
258258
run: |

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
toolchain: nightly-2024-11-30
3636
- name: Install sccache
37-
uses: mozilla-actions/[email protected].7
37+
uses: mozilla-actions/[email protected].8
3838

3939
- name: Generate Docs
4040
run: cargo doc --workspace --all-features --no-deps

0 commit comments

Comments
 (0)