Skip to content

Commit 5fa0af2

Browse files
committed
Auto merge of #66558 - Aaron1011:update/miri-unwind, r=RalfJung
Bump Miri for panic unwinding support
2 parents 083b5a0 + 45a9d27 commit 5fa0af2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,9 @@ dependencies = [
587587

588588
[[package]]
589589
name = "compiletest_rs"
590-
version = "0.3.25"
590+
version = "0.3.26"
591591
source = "registry+https://github.com/rust-lang/crates.io-index"
592-
checksum = "f75b10a18fb53549fdd090846eb01c7f8593914494d1faabc4d3005c436e417a"
592+
checksum = "d7d8975604ebad8b6660796802377eb6495045c5606168fc1b8d19a4dd9bfa46"
593593
dependencies = [
594594
"diff",
595595
"filetime",
@@ -4563,9 +4563,9 @@ dependencies = [
45634563

45644564
[[package]]
45654565
name = "tester"
4566-
version = "0.5.1"
4566+
version = "0.6.0"
45674567
source = "registry+https://github.com/rust-lang/crates.io-index"
4568-
checksum = "cd0d1044cb5ca390e9c93f8c35abd2c55484397dfd786f189321aa34605ee6ab"
4568+
checksum = "7647e6d732eb84375d8e7abda37818f81861ddbfc7235e33f4983cb254b71e4f"
45694569
dependencies = [
45704570
"getopts",
45714571
"libc",

0 commit comments

Comments
 (0)