diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4225616..91589a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Install nightly toolchain for cargo-sync-rdme uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2025-08-31 + toolchain: nightly-2026-04-30 - name: Regenerate readmes run: just generate-readmes - name: Check for differences diff --git a/Justfile b/Justfile index 7c771a7..54342b1 100644 --- a/Justfile +++ b/Justfile @@ -21,7 +21,7 @@ rustdoc *args: # Generate README.md files using `cargo-sync-rdme`. generate-readmes: - cargo sync-rdme --toolchain nightly-2025-08-31 --workspace --all-features + cargo sync-rdme --toolchain nightly-2026-04-30 --workspace --all-features # Run cargo release in CI. ci-cargo-release: