Skip to content

Commit b6ffdff

Browse files
committed
chore: fix
1 parent 5abeca3 commit b6ffdff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ jobs:
618618
- name: Setup Rust toolchain
619619
uses: actions-rust-lang/setup-rust-toolchain@v1
620620
with:
621-
toolchain: nightly-2024-01-29
621+
toolchain: nightly-2025-08-01
622622
target: ${{ matrix.target }}
623623
# override: true # this is by default on
624624
rustflags: ""
@@ -705,7 +705,7 @@ jobs:
705705
- name: Setup Rust toolchain
706706
uses: actions-rust-lang/setup-rust-toolchain@v1
707707
with:
708-
toolchain: nightly-2024-01-29
708+
toolchain: nightly-2025-08-01
709709
target: ${{ matrix.target }}
710710
# override: true # this is by default on
711711
rustflags: ""

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
- name: Install Rust
238238
uses: actions-rust-lang/setup-rust-toolchain@v1
239239
with:
240-
toolchain: nightly-2024-01-29
240+
toolchain: nightly-2025-08-01
241241
# override: true # this is by default on
242242
rustflags: ""
243243
components: rustfmt

.github/workflows/rust-cubestore-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
rust: [nightly-2024-01-29]
24+
rust: [nightly-2025-08-01]
2525
env:
2626
RUST: ${{ matrix.rust }}
2727
steps:
@@ -290,7 +290,7 @@ jobs:
290290
- name: Setup Rust toolchain
291291
uses: actions-rust-lang/setup-rust-toolchain@v1
292292
with:
293-
toolchain: nightly-2024-01-29
293+
toolchain: nightly-2025-08-01
294294
target: ${{ matrix.target }}
295295
# override: true # this is by default on
296296
rustflags: ""

0 commit comments

Comments
 (0)