We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cafc0 commit 58c6117Copy full SHA for 58c6117
.github/workflows/ci.yml
@@ -26,11 +26,11 @@ jobs:
26
- name: Install Rust toolchain
27
uses: dtolnay/rust-toolchain@master
28
with:
29
- toolchain: nightly-2025-02-26
+ toolchain: 1.83
30
components: clippy, rustfmt
31
32
- name: Install protoc
33
- run: sudo apt-get install protobuf-compiler
+ run: sudo provisioning/protoc.sh
34
35
- name: Setup just
36
uses: extractions/setup-just@v2
justfile
@@ -1,5 +1,5 @@
1
-# Makes sure the nightly-2025-02-26 toolchain is installed
2
-toolchain := "nightly-2025-02-26"
+# Makes sure the same toolchain as the source is installed
+toolchain := 1.83
3
4
fmt:
5
rustup toolchain install {{toolchain}} > /dev/null 2>&1 && \
0 commit comments