We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d13844 commit c21cfd8Copy full SHA for c21cfd8
.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies (macOS)
30
if: runner.os == 'Macos'
31
run: brew install protobuf fish shellcheck
32
- - uses: dtolnay/rust-toolchain@1.83.0
+ - uses: dtolnay/rust-toolchain@1.84.0
33
id: toolchain
34
with:
35
components: clippy
rust-toolchain.toml
@@ -1,5 +1,5 @@
1
[toolchain]
2
-channel = "1.83.0"
+channel = "1.84.0"
3
profile = "minimal"
4
components = ["rustfmt", "clippy"]
5
targets = [
0 commit comments