Skip to content

Commit b4a0032

Browse files
chore(ci): bump dtolnay/rust-toolchain from 1482605bfc5719782e1267fd0c0cc350fe7646b8 to a54c7afa936fefeb4456b2dd8068152669aa8203 (#641)
chore(ci): bump dtolnay/rust-toolchain Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1482605bfc5719782e1267fd0c0cc350fe7646b8 to a54c7afa936fefeb4456b2dd8068152669aa8203. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@1482605...a54c7af) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27a540f commit b4a0032

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/book.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
submodules: true
4949
- name: Install Rust toolchain (${{ matrix.toolchain }})
50-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # master
50+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # master
5151
with:
5252
toolchain: stable
5353
target: x86_64-unknown-linux-gnu

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Remove config
3232
run: rm -rf ./.cargo
3333
- name: Install Rust toolchain (stable)
34-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # stable
34+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # stable
3535
with:
3636
toolchain: stable
3737
- name: Override toolchain
@@ -119,7 +119,7 @@ jobs:
119119
if: matrix.os == 'ubuntu-latest'
120120
run: sudo apt install lld
121121
- name: Install Rust toolchain (stable)
122-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # stable
122+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # stable
123123
with:
124124
toolchain: stable
125125
target: ${{ matrix.target_triple }}
@@ -213,7 +213,7 @@ jobs:
213213
- name: Checkout sources
214214
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
215215
- name: Install Rust toolchain (stable)
216-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # stable
216+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # stable
217217
with:
218218
toolchain: stable
219219
- name: Publish rsonpath-syntax

.github/workflows/rust.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
submodules: true
122122
- name: Install Rust toolchain (${{ matrix.toolchain }})
123-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # master
123+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # master
124124
with:
125125
toolchain: ${{ matrix.toolchain }}
126126
target: ${{ matrix.target_triple }}
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
submodules: true
194194
- name: Install Rust toolchain (stable)
195-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # master
195+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # master
196196
with:
197197
toolchain: stable
198198
target: ${{ matrix.target_triple }}
@@ -245,7 +245,7 @@ jobs:
245245
- name: Install lld
246246
run: sudo apt update && sudo apt install lld
247247
- name: Install Rust toolchain (${{ matrix.toolchain }})
248-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # master
248+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # master
249249
with:
250250
toolchain: ${{ matrix.toolchain }}
251251
components: clippy, rustfmt
@@ -288,7 +288,7 @@ jobs:
288288
with:
289289
submodules: true
290290
- name: Install Rust toolchain (nightly)
291-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # master
291+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # master
292292
with:
293293
toolchain: nightly
294294
- name: Override toolchain
@@ -328,7 +328,7 @@ jobs:
328328
with:
329329
submodules: true
330330
- name: Install Rust toolchain (stable)
331-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # master
331+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # master
332332
with:
333333
toolchain: stable
334334
components: rustfmt

.github/workflows/test-codegen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
submodules: true
4747
- name: Install Rust toolchain (stable)
48-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # master
48+
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # master
4949
with:
5050
toolchain: stable
5151
target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)