This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -335,9 +335,9 @@ dependencies = [
335335
336336[[package ]]
337337name = " rustc-build-sysroot"
338- version = " 0.3.2 "
338+ version = " 0.3.3 "
339339source = " registry+https://github.com/rust-lang/crates.io-index"
340- checksum = " 3d7cb0915a85234cee53b853ca8c2538ddfd7f3bf6d2501b52d1d37aba6c7bef "
340+ checksum = " ec5f3689b6c560d6a3a17fcbe54204cd870b4fcf46342d60de16715b660d2c92 "
341341dependencies = [
342342 " anyhow" ,
343343 " rustc_version" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ directories = "4"
1818rustc_version = " 0.4"
1919serde_json = " 1.0.40"
2020cargo_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`
You can’t perform that action at this time.
0 commit comments