Skip to content

Commit 710048f

Browse files
committed
Auto merge of rust-lang#121579 - RalfJung:miri, r=RalfJung
Miri subtree update r? `@ghost`
2 parents a2f3c0c + 9577051 commit 710048f

20 files changed

+460
-322
lines changed

Cargo.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -3308,13 +3308,14 @@ dependencies = [
33083308

33093309
[[package]]
33103310
name = "rustc-build-sysroot"
3311-
version = "0.4.4"
3311+
version = "0.4.5"
33123312
source = "registry+https://github.com/rust-lang/crates.io-index"
3313-
checksum = "39dcf8d82b1f79a179bdb284dc44db440a9666eefa5a6df5ef282d6db930d544"
3313+
checksum = "a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea"
33143314
dependencies = [
33153315
"anyhow",
33163316
"rustc_version",
33173317
"tempfile",
3318+
"walkdir",
33183319
]
33193320

33203321
[[package]]

0 commit comments

Comments
 (0)