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 5050 ~/.cargo/registry
5151 ~/.cargo/git
5252 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') }}
5454 - name : Check formatting
5555 run : cargo fmt --all -- --check
5656 - name : Build
Original file line number Diff line number Diff line change 99 ~/.cargo/registry
1010 ~/.cargo/git
1111 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') }}
1313 - name : Build Extractor
1414 shell : bash
1515 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