Auto merge of #2572 - RalfJung:update, r=RalfJung
This commit is contained in:
commit
fc90c48004
3 changed files with 4 additions and 4 deletions
2
src/tools/miri/.github/workflows/ci.yml
vendored
2
src/tools/miri/.github/workflows/ci.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
restore-keys: ${{ runner.os }}-cargo
|
restore-keys: ${{ runner.os }}-cargo
|
||||||
|
|
||||||
- name: Install rustup-toolchain-install-master
|
- name: Install rustup-toolchain-install-master
|
||||||
if: ${{ steps.cache.outputs.cache-hit == 'false' }}
|
if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cargo install -f rustup-toolchain-install-master
|
cargo install -f rustup-toolchain-install-master
|
||||||
|
|
|
@ -335,9 +335,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-build-sysroot"
|
name = "rustc-build-sysroot"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3d7cb0915a85234cee53b853ca8c2538ddfd7f3bf6d2501b52d1d37aba6c7bef"
|
checksum = "ec5f3689b6c560d6a3a17fcbe54204cd870b4fcf46342d60de16715b660d2c92"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"rustc_version",
|
"rustc_version",
|
||||||
|
|
|
@ -18,7 +18,7 @@ directories = "4"
|
||||||
rustc_version = "0.4"
|
rustc_version = "0.4"
|
||||||
serde_json = "1.0.40"
|
serde_json = "1.0.40"
|
||||||
cargo_metadata = "0.15.0"
|
cargo_metadata = "0.15.0"
|
||||||
rustc-build-sysroot = "0.3"
|
rustc-build-sysroot = "0.3.3"
|
||||||
|
|
||||||
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
|
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
|
||||||
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
|
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue