Skip to content

Commit c21cfd8

Browse files
committed
build: update to rust 1.84.0
1 parent 6d13844 commit c21cfd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

+1-1
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.83.0
32+
- uses: dtolnay/rust-toolchain@1.84.0
3333
id: toolchain
3434
with:
3535
components: clippy

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.83.0"
2+
channel = "1.84.0"
33
profile = "minimal"
44
components = ["rustfmt", "clippy"]
55
targets = [

0 commit comments

Comments
 (0)