Skip to content

Commit 98f2409

Browse files
authored
Rollup merge of rust-lang#106229 - RalfJung:miri, r=RalfJung
update Miri Main PRs: - rust-lang/miri#2741 - rust-lang/miri#2744 This should help quite a bit with Miri support for less common targets. :)
2 parents d08af68 + 3487fe3 commit 98f2409

24 files changed

+342
-241
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -3295,9 +3295,9 @@ dependencies = [
32953295

32963296
[[package]]
32973297
name = "rustc-build-sysroot"
3298-
version = "0.4.0"
3298+
version = "0.4.1"
32993299
source = "registry+https://github.com/rust-lang/crates.io-index"
3300-
checksum = "20c4b4625eeb148cccf82d5e9b90ad7fab3b11a0204cf75cc7fa04981a0fdffd"
3300+
checksum = "d65b1271cdac365b71b59570ea35d945dea2dd2cc47eba3d33b4bd1e0190ac6d"
33013301
dependencies = [
33023302
"anyhow",
33033303
"rustc_version",

0 commit comments

Comments
 (0)