From 80b1a69e5816da4a7b768e6427a88b3fe49e6e50 Mon Sep 17 00:00:00 2001 From: Rain Date: Mon, 4 May 2026 13:19:12 -0700 Subject: [PATCH] [spr] initial version Created using spr 1.3.6-beta.1 --- .github/workflows/ci.yml | 2 +- Justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 992fbd27..87d2ef89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,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 ac86301e..9ff2acbe 100644 --- a/Justfile +++ b/Justfile @@ -19,7 +19,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: