Skip to content

Commit fa6fa91

Browse files
committed
Auto merge of #3917 - RalfJung:sysroot, r=RalfJung
bump rustc-build-sysroot version This removes an implicit `--cap-lints` in the sysroot build. Let's see if that causes any trouble for the targets we test.
2 parents 9efab21 + 2b93ee3 commit fa6fa91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cargo-miri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ directories = "5"
1818
rustc_version = "0.4"
1919
serde_json = "1.0.40"
2020
cargo_metadata = "0.18.0"
21-
rustc-build-sysroot = "0.5.3"
21+
rustc-build-sysroot = "0.5.4"
2222

2323
# Enable some feature flags that dev-dependencies need but dependencies
2424
# do not. This makes `./miri install` after `./miri build` faster.

0 commit comments

Comments
 (0)