Skip to content

Commit 4b6cef1

Browse files
committed
Auto merge of #66488 - RalfJung:miri, r=RalfJung
update Miri r? @ghost Cc @oli-obk
2 parents 5966d9b + 2bfa622 commit 4b6cef1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Cargo.lock

+12
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ dependencies = [
603603
"serde_derive",
604604
"serde_json",
605605
"tempfile",
606+
"tester",
606607
"winapi 0.3.8",
607608
]
608609

@@ -4563,6 +4564,17 @@ dependencies = [
45634564
"term 0.0.0",
45644565
]
45654566

4567+
[[package]]
4568+
name = "tester"
4569+
version = "0.5.1"
4570+
source = "registry+https://github.com/rust-lang/crates.io-index"
4571+
checksum = "cd0d1044cb5ca390e9c93f8c35abd2c55484397dfd786f189321aa34605ee6ab"
4572+
dependencies = [
4573+
"getopts",
4574+
"libc",
4575+
"term 0.6.0",
4576+
]
4577+
45664578
[[package]]
45674579
name = "textwrap"
45684580
version = "0.11.0"

0 commit comments

Comments
 (0)