update rustc-build-sysroot

This commit is contained in:
Ralf Jung 2025-08-21 16:12:43 +02:00
parent fc5e20e603
commit f702219ba6
2 changed files with 3 additions and 3 deletions

View file

@ -429,9 +429,9 @@ dependencies = [
[[package]]
name = "rustc-build-sysroot"
version = "0.5.9"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb13874a0e55baf4ac3d49d38206aecb31a55b75d6c4d04fd850b53942c8cc8"
checksum = "dd41ead66a69880951b2f7df3139db401d44451b4da123344d27eaa791b89c95"
dependencies = [
"anyhow",
"rustc_version",

View file

@ -18,7 +18,7 @@ directories = "6"
rustc_version = "0.4"
serde_json = "1.0.40"
cargo_metadata = "0.21"
rustc-build-sysroot = "0.5.8"
rustc-build-sysroot = "0.5.10"
# Enable some feature flags that dev-dependencies need but dependencies
# do not. This makes `./miri install` after `./miri build` faster.