We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87173c1 + 10f3048 commit 6453a3cCopy full SHA for 6453a3c
1 file changed
.github/workflows/build-and-test-rust.yml
@@ -8,7 +8,7 @@ on:
8
paths:
9
- "batcher/**"
10
- "aggregation_mode/**"
11
- - ".github/workflows/build-rust.yml"
+ - ".github/workflows/build-and-test-rust.yml"
12
13
jobs:
14
build:
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Rust
21
uses: actions-rs/toolchain@v1
22
with:
23
- toolchain: stable
+ toolchain: 1.86.0
24
components: rustfmt, clippy
25
override: true
26
0 commit comments