Skip to content

Commit 95eeff7

Browse files
authored
Merge branch 'master' into feature/attachBlob_7594
2 parents f9195e2 + 78ff58f commit 95eeff7

File tree

10 files changed

+394
-356
lines changed

10 files changed

+394
-356
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
persist-credentials: false
8585
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
8686
with:
87-
toolchain: nightly
87+
toolchain: nightly-2026-01-10
8888
components: clippy
8989
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
9090
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
@@ -104,7 +104,7 @@ jobs:
104104
persist-credentials: false
105105
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
106106
with:
107-
toolchain: nightly
107+
toolchain: nightly-2026-01-10
108108
components: rustfmt
109109
- run: cargo fmt --all --check
110110

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
3131
with:
32-
toolchain: nightly
32+
toolchain: nightly-2026-01-10
3333
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
3434
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
3535
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2

0 commit comments

Comments
 (0)