mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Auto merge of #66488 - RalfJung:miri, r=RalfJung
update Miri r? @ghost Cc @oli-obk
This commit is contained in:
+12
@@ -603,6 +603,7 @@ dependencies = [
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"tester",
|
||||
"winapi 0.3.8",
|
||||
]
|
||||
|
||||
@@ -4563,6 +4564,17 @@ dependencies = [
|
||||
"term 0.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tester"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd0d1044cb5ca390e9c93f8c35abd2c55484397dfd786f189321aa34605ee6ab"
|
||||
dependencies = [
|
||||
"getopts",
|
||||
"libc",
|
||||
"term 0.6.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "textwrap"
|
||||
version = "0.11.0"
|
||||
|
||||
+1
-1
Submodule src/tools/miri updated: 8355437d5d...67a63f89d8
Reference in New Issue
Block a user