Skip to content

Commit 7c12f65

Browse files
ci: bump dtolnay/rust-toolchain from 1.84.0 to 1.100.0
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.84.0 to 1.100.0. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@1.84.0...1.100.0) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 1.100.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d09f482 commit 7c12f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies (macOS)
3030
if: runner.os == 'Macos'
3131
run: brew install protobuf fish shellcheck
32-
- uses: dtolnay/rust-toolchain@1.84.0
32+
- uses: dtolnay/rust-toolchain@1.100.0
3333
id: toolchain
3434
with:
3535
components: clippy
@@ -96,7 +96,7 @@ jobs:
9696
timeout-minutes: 60
9797
steps:
9898
- uses: actions/checkout@v4
99-
- uses: dtolnay/rust-toolchain@1.84.0
99+
- uses: dtolnay/rust-toolchain@1.100.0
100100
id: toolchain
101101
with:
102102
components: clippy

0 commit comments

Comments
 (0)