Skip to content

Commit 5133ca4

Browse files
authored
chore: upgrade to iroh 0.96
## Description Also upgrades: - iroh-quinn - iroh-blobs - iroh-gossip - irpc
1 parent 0445e55 commit 5133ca4

10 files changed

Lines changed: 931 additions & 903 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
RUST_BACKTRACE: 1
1717
RUSTFLAGS: -Dwarnings
1818
RUSTDOCFLAGS: -Dwarnings
19-
MSRV: "1.85"
19+
MSRV: "1.89"
2020
SCCACHE_CACHE_SIZE: "50G"
2121
IROH_FORCE_STAGING_RELAYS: "1"
2222

@@ -201,18 +201,16 @@ jobs:
201201
env:
202202
RUSTC_WRAPPER: "sccache"
203203
SCCACHE_GHA_ENABLED: "on"
204+
RUSTDOCFLAGS: -Dwarnings
204205
steps:
205-
- uses: actions/checkout@v4
206-
- uses: dtolnay/rust-toolchain@master
207-
with:
208-
toolchain: nightly-2025-10-09
209-
- name: Install sccache
210-
uses: mozilla-actions/sccache-action@v0.0.9
206+
- uses: actions/checkout@v6
207+
- uses: dtolnay/rust-toolchain@nightly
208+
- uses: dtolnay/install@cargo-docs-rs
209+
- name: Install sccache
210+
uses: mozilla-actions/sccache-action@v0.0.9
211211

212-
- name: Docs
213-
run: cargo doc --workspace --all-features --no-deps --document-private-items
214-
env:
215-
RUSTDOCFLAGS: --cfg docsrs
212+
- name: iroh-docs docs
213+
run: cargo docs-rs
216214

217215
clippy_check:
218216
timeout-minutes: 30

0 commit comments

Comments
 (0)