From b649fb38140ceb60ae0df1286eb25b186cbc0070 Mon Sep 17 00:00:00 2001 From: konstin Date: Thu, 11 Jun 2026 10:21:13 +0200 Subject: [PATCH 1/2] Update cargo publish nightly to 2026-06-09 This may potentially help with https://github.com/rust-lang/cargo/issues/17093 --- .github/workflows/publish-crates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-crates.yml b/.github/workflows/publish-crates.yml index 165e6238b83d3..1b100bda232b1 100644 --- a/.github/workflows/publish-crates.yml +++ b/.github/workflows/publish-crates.yml @@ -30,9 +30,9 @@ jobs: # Nightly is required for the unstable `-Zpublish-timeout` flag, which lets us # raise the per-crate wait above the 60s default. crates.io indexing has been # known to lag long enough to exceed that during workspace publishes. - run: rustup toolchain install nightly-2026-04-15 --profile minimal --no-self-update + run: rustup toolchain install nightly-2026-06-09 --profile minimal --no-self-update - name: Publish workspace crates # Note `--no-verify` is safe because we do a publish dry-run elsewhere in CI - run: python3 scripts/publish-crates.py --cargo cargo +nightly-2026-04-15 --no-verify -- -Zpublish-timeout --config 'publish.timeout=600' + run: python3 scripts/publish-crates.py --cargo cargo +nightly-2026-06-09 --no-verify -- -Zpublish-timeout --config 'publish.timeout=600' env: CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }} From 5c4ac41e522db016550799a549ff45ece755eb8d Mon Sep 17 00:00:00 2001 From: konstin Date: Fri, 12 Jun 2026 10:56:44 +0200 Subject: [PATCH 2/2] Update cargo publish nightly to 2026-06-12 --- .github/workflows/publish-crates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-crates.yml b/.github/workflows/publish-crates.yml index 1b100bda232b1..5fdca940206bd 100644 --- a/.github/workflows/publish-crates.yml +++ b/.github/workflows/publish-crates.yml @@ -30,9 +30,9 @@ jobs: # Nightly is required for the unstable `-Zpublish-timeout` flag, which lets us # raise the per-crate wait above the 60s default. crates.io indexing has been # known to lag long enough to exceed that during workspace publishes. - run: rustup toolchain install nightly-2026-06-09 --profile minimal --no-self-update + run: rustup toolchain install nightly-2026-06-12 --profile minimal --no-self-update - name: Publish workspace crates # Note `--no-verify` is safe because we do a publish dry-run elsewhere in CI - run: python3 scripts/publish-crates.py --cargo cargo +nightly-2026-06-09 --no-verify -- -Zpublish-timeout --config 'publish.timeout=600' + run: python3 scripts/publish-crates.py --cargo cargo +nightly-2026-06-12 --no-verify -- -Zpublish-timeout --config 'publish.timeout=600' env: CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}