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 aadbe8f commit b4089a7Copy full SHA for b4089a7
.github/workflows/ci.yml
@@ -56,7 +56,8 @@ jobs:
56
~/.cargo/git/db
57
# contains package information of crates installed via `cargo install`.
58
~/.cargo/.crates.toml
59
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+ ~/.cargo/.crates2.json
60
+ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-xargo0.3.25
61
restore-keys: ${{ runner.os }}-cargo
62
63
- name: Install rustup-toolchain-install-master and xargo
0 commit comments