Skip to content

Commit e57f309

Browse files
committed
Auto merge of rust-lang#128699 - RalfJung:miri-sync, r=RalfJung
Miri subtree update r? `@ghost`
2 parents f7eefec + f6edc8a commit e57f309

34 files changed

+981
-626
lines changed

Cargo.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -2282,6 +2282,7 @@ dependencies = [
22822282
"smallvec",
22832283
"tempfile",
22842284
"ui_test 0.21.2",
2285+
"windows-sys 0.52.0",
22852286
]
22862287

22872288
[[package]]
@@ -3156,9 +3157,9 @@ dependencies = [
31563157

31573158
[[package]]
31583159
name = "rustc-build-sysroot"
3159-
version = "0.5.2"
3160+
version = "0.5.3"
31603161
source = "registry+https://github.com/rust-lang/crates.io-index"
3161-
checksum = "fa3ca63cc537c1cb69e4c2c0afc5fda2ccd36ac84c97d5a4ae05e69b1c834afb"
3162+
checksum = "2471f8f296262437d7e848e527b4210b44a96e53a3b4435b890227ce3e6da106"
31623163
dependencies = [
31633164
"anyhow",
31643165
"rustc_version",

0 commit comments

Comments
 (0)