Skip to content

Commit

Permalink
Auto merge of #111236 - RalfJung:miri-sysroot, r=RalfJung
Browse files Browse the repository at this point in the history
bump rustc-build-sysroot to fix miri sysroot build

Fixes rust-lang/miri#2874
  • Loading branch information
bors committed May 5, 2023
2 parents 3320f2f + cdd67ed commit dd9a7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2909,9 +2909,9 @@ dependencies = [

[[package]]
name = "rustc-build-sysroot"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65b1271cdac365b71b59570ea35d945dea2dd2cc47eba3d33b4bd1e0190ac6d"
checksum = "8ed2a90dfa5232ed5ff21d53d4df655f315ab316ea06fc508f1c74bcedb1ce6c"
dependencies = [
"anyhow",
"rustc_version",
Expand Down

0 comments on commit dd9a7bf

Please sign in to comment.