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 @@ -208,9 +208,9 @@ dependencies = [
208
208
209
209
[[package ]]
210
210
name = " rustc-build-sysroot"
211
- version = " 0.5.4 "
211
+ version = " 0.5.7 "
212
212
source = " registry+https://github.com/rust-lang/crates.io-index"
213
- checksum = " d6d984a9db43148467059309bd1e5ad577085162f695d9fe2cf3543aeb25cd38 "
213
+ checksum = " 10edc2e4393515193bd766e2f6c050b0536a68e56f2b6d56c07ababfdc114ff0 "
214
214
dependencies = [
215
215
" anyhow" ,
216
216
" 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.19"
21
- rustc-build-sysroot = " 0.5.4 "
21
+ rustc-build-sysroot = " 0.5.7 "
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