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 61
61
restore-keys : ${{ runner.os }}-cargo
62
62
63
63
- name : Install rustup-toolchain-install-master
64
- if : ${{ steps.cache.outputs.cache-hit == 'false ' }}
64
+ if : ${{ steps.cache-npm .outputs.cache-hit != 'true ' }}
65
65
shell : bash
66
66
run : |
67
67
cargo install -f rustup-toolchain-install-master
Original file line number Diff line number Diff line change @@ -335,9 +335,9 @@ dependencies = [
335
335
336
336
[[package ]]
337
337
name = " rustc-build-sysroot"
338
- version = " 0.3.2 "
338
+ version = " 0.3.3 "
339
339
source = " registry+https://github.com/rust-lang/crates.io-index"
340
- checksum = " 3d7cb0915a85234cee53b853ca8c2538ddfd7f3bf6d2501b52d1d37aba6c7bef "
340
+ checksum = " ec5f3689b6c560d6a3a17fcbe54204cd870b4fcf46342d60de16715b660d2c92 "
341
341
dependencies = [
342
342
" anyhow" ,
343
343
" rustc_version" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ directories = "4"
18
18
rustc_version = " 0.4"
19
19
serde_json = " 1.0.40"
20
20
cargo_metadata = " 0.15.0"
21
- rustc-build-sysroot = " 0.3"
21
+ rustc-build-sysroot = " 0.3.3 "
22
22
23
23
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
24
24
# 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