Skip to content

Commit d8a5581

Browse files
Update dependency rust to nightly-2026-06-25
1 parent 79d1df5 commit d8a5581

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Set up Rust (nightly)
133133
uses: dtolnay/rust-toolchain@stable
134134
with:
135-
toolchain: nightly-2025-07-04
135+
toolchain: nightly-2026-06-25
136136

137137
- name: Install Rust target
138138
run: rustup target add ${{ matrix.target }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Set up Rust (nightly)
142142
uses: dtolnay/rust-toolchain@stable
143143
with:
144-
toolchain: nightly-2025-07-04
144+
toolchain: nightly-2026-06-25
145145

146146
- name: Install Rust target
147147
run: rustup target add ${{ matrix.target }}

0 commit comments

Comments
 (0)