Skip to content

Commit

Permalink
Auto merge of #88692 - hyd-dev:miri, r=RalfJung
Browse files Browse the repository at this point in the history
Update Miri

Fixes #88671.

r? `@RalfJung`
  • Loading branch information
bors committed Sep 6, 2021
2 parents 8ceea01 + e671c35 commit 1698e3c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ version = "0.1.56"
dependencies = [
"cargo_metadata 0.12.0",
"clippy_lints",
"compiletest_rs",
"compiletest_rs 0.6.0",
"derive-new",
"filetime",
"quote",
Expand Down Expand Up @@ -711,6 +711,29 @@ dependencies = [
"winapi",
]

[[package]]
name = "compiletest_rs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64698e5e2435db061a85e6320af12c30c5fd88eb84b35d2c1e03ce4f143255ca"
dependencies = [
"diff",
"filetime",
"getopts",
"lazy_static",
"libc",
"log",
"miow",
"regex",
"rustfix 0.5.1",
"serde",
"serde_derive",
"serde_json",
"tempfile",
"tester",
"winapi",
]

[[package]]
name = "core"
version = "0.0.0"
Expand Down Expand Up @@ -2250,7 +2273,7 @@ name = "miri"
version = "0.1.0"
dependencies = [
"colored",
"compiletest_rs",
"compiletest_rs 0.7.0",
"env_logger 0.8.1",
"getrandom 0.2.0",
"hex 0.4.2",
Expand Down

0 comments on commit 1698e3c

Please sign in to comment.