Skip to content

Commit 60c18af

Browse files
committed
Auto merge of rust-lang#2572 - RalfJung:update, r=RalfJung
2 parents 8a8606e + 67b9cd4 commit 60c18af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
restore-keys: ${{ runner.os }}-cargo
6262

6363
- name: Install rustup-toolchain-install-master
64-
if: ${{ steps.cache.outputs.cache-hit == 'false' }}
64+
if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
6565
shell: bash
6666
run: |
6767
cargo install -f rustup-toolchain-install-master

cargo-miri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ directories = "4"
1818
rustc_version = "0.4"
1919
serde_json = "1.0.40"
2020
cargo_metadata = "0.15.0"
21-
rustc-build-sysroot = "0.3"
21+
rustc-build-sysroot = "0.3.3"
2222

2323
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
2424
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`

0 commit comments

Comments
 (0)