File tree Expand file tree Collapse file tree 4 files changed +67
-34
lines changed Expand file tree Collapse file tree 4 files changed +67
-34
lines changed Original file line number Diff line number Diff line change 1010 runs-on : windows-2019
1111 steps :
1212 - uses : actions/checkout@v2
13+ - uses : actions/cache@v2
14+ with :
15+ path : |
16+ ~/.cargo/bin/
17+ ~/.cargo/registry/index/
18+ ~/.cargo/registry/cache/
19+ ~/.cargo/git/db/
20+ target/
21+ key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
1322 - uses : actions-rs/toolchain@v1
1423 with :
1524 profile : minimal
2736 runs-on : macos-10.15
2837 steps :
2938 - uses : actions/checkout@v2
39+ - uses : actions/cache@v2
40+ with :
41+ path : |
42+ ~/.cargo/bin/
43+ ~/.cargo/registry/index/
44+ ~/.cargo/registry/cache/
45+ ~/.cargo/git/db/
46+ target/
47+ key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3048 - uses : actions-rs/toolchain@v1
3149 with :
3250 profile : minimal
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - uses : actions/checkout@v2
19+ - uses : actions/cache@v2
20+ with :
21+ path : |
22+ ~/.cargo/bin/
23+ ~/.cargo/registry/index/
24+ ~/.cargo/registry/cache/
25+ ~/.cargo/git/db/
26+ target/
27+ key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
1928 - uses : actions-rs/toolchain@v1
2029 with :
2130 profile : minimal
Original file line number Diff line number Diff line change 11[package ]
22name = " git-suggest-reviewers"
3- version = " 1.4.3 "
3+ version = " 1.4.4 "
44authors = [
" Joel Nises <[email protected] >" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66
77[profile .release ]
88lto = true
You can’t perform that action at this time.
0 commit comments