diff options
| author | bors <bors@rust-lang.org> | 2024-09-26 07:21:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-09-26 07:21:41 +0000 |
| commit | fcc59fe1ad140892de2a79e45a82d5b93f816a95 (patch) | |
| tree | ea2dae57ea53630cc94a3ceffd22e1bef6c7b034 | |
| parent | b7fe0b42669d058d6e7a68dcfe521d0c118f432e (diff) | |
| parent | adbaf13d32f09d134f04b3af77517500f8fd3e86 (diff) | |
| download | rust-fcc59fe1ad140892de2a79e45a82d5b93f816a95.tar.gz rust-fcc59fe1ad140892de2a79e45a82d5b93f816a95.zip | |
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.
| -rw-r--r-- | src/tools/miri/cargo-miri/Cargo.lock | 4 | ||||
| -rw-r--r-- | src/tools/miri/cargo-miri/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/miri/cargo-miri/Cargo.lock b/src/tools/miri/cargo-miri/Cargo.lock index 7369a3fbf09..a873472fd5d 100644 --- a/src/tools/miri/cargo-miri/Cargo.lock +++ b/src/tools/miri/cargo-miri/Cargo.lock @@ -190,9 +190,9 @@ dependencies = [ [[package]] name = "rustc-build-sysroot" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2471f8f296262437d7e848e527b4210b44a96e53a3b4435b890227ce3e6da106" +checksum = "d6d984a9db43148467059309bd1e5ad577085162f695d9fe2cf3543aeb25cd38" dependencies = [ "anyhow", "rustc_version", diff --git a/src/tools/miri/cargo-miri/Cargo.toml b/src/tools/miri/cargo-miri/Cargo.toml index 477c60db162..ee2004278b4 100644 --- a/src/tools/miri/cargo-miri/Cargo.toml +++ b/src/tools/miri/cargo-miri/Cargo.toml @@ -18,7 +18,7 @@ directories = "5" rustc_version = "0.4" serde_json = "1.0.40" cargo_metadata = "0.18.0" -rustc-build-sysroot = "0.5.3" +rustc-build-sysroot = "0.5.4" # Enable some feature flags that dev-dependencies need but dependencies # do not. This makes `./miri install` after `./miri build` faster. |
