Skip to content

Commit fc90c48

Browse files
committed
Auto merge of #2572 - RalfJung:update, r=RalfJung
2 parents 1048eba + 49532bf commit fc90c48

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/tools/miri/.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

src/tools/miri/cargo-miri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ dependencies = [
335335

336336
[[package]]
337337
name = "rustc-build-sysroot"
338-
version = "0.3.2"
338+
version = "0.3.3"
339339
source = "registry+https://github.com/rust-lang/crates.io-index"
340-
checksum = "3d7cb0915a85234cee53b853ca8c2538ddfd7f3bf6d2501b52d1d37aba6c7bef"
340+
checksum = "ec5f3689b6c560d6a3a17fcbe54204cd870b4fcf46342d60de16715b660d2c92"
341341
dependencies = [
342342
"anyhow",
343343
"rustc_version",

src/tools/miri/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)