File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/tools/miri/cargo-miri Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -429,9 +429,9 @@ dependencies = [
429
429
430
430
[[package ]]
431
431
name = " rustc-build-sysroot"
432
- version = " 0.5.9 "
432
+ version = " 0.5.10 "
433
433
source = " registry+https://github.com/rust-lang/crates.io-index"
434
- checksum = " fdb13874a0e55baf4ac3d49d38206aecb31a55b75d6c4d04fd850b53942c8cc8 "
434
+ checksum = " dd41ead66a69880951b2f7df3139db401d44451b4da123344d27eaa791b89c95 "
435
435
dependencies = [
436
436
" anyhow" ,
437
437
" rustc_version" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ directories = "6"
18
18
rustc_version = " 0.4"
19
19
serde_json = " 1.0.40"
20
20
cargo_metadata = " 0.21"
21
- rustc-build-sysroot = " 0.5.8 "
21
+ rustc-build-sysroot = " 0.5.10 "
22
22
23
23
# Enable some feature flags that dev-dependencies need but dependencies
24
24
# do not. This makes `./miri install` after `./miri build` faster.
You can’t perform that action at this time.
0 commit comments