File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 50
50
~/.cargo/registry
51
51
~/.cargo/git
52
52
ruby/target
53
- key : ${{ runner.os }}-ruby-rust-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
53
+ key : ${{ runner.os }}-ruby-rust-cargo-${{ hashFiles('ruby/rust-toolchain.toml', 'ruby/ **/Cargo.lock') }}
54
54
- name : Check formatting
55
55
run : cargo fmt --all -- --check
56
56
- name : Build
Original file line number Diff line number Diff line change 9
9
~/.cargo/registry
10
10
~/.cargo/git
11
11
ruby/target
12
- key : ${{ runner.os }}-ruby-qltest-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
12
+ key : ${{ runner.os }}-ruby-qltest-cargo-${{ hashFiles('ruby/rust-toolchain.toml', 'ruby/ **/Cargo.lock') }}
13
13
- name : Build Extractor
14
14
shell : bash
15
15
run : scripts/create-extractor-pack.sh
Original file line number Diff line number Diff line change
1
+ # This file specifies the Rust version used to develop and test the Ruby
2
+ # extractor. It is set to the lowest version of Rust we want to support.
3
+
4
+ [toolchain ]
5
+ channel = " 1.54"
6
+ profile = " default"
You can’t perform that action at this time.
0 commit comments