Skip to content

Commit d70c5a9

Browse files
committed
Auto merge of #59929 - RalfJung:miri, r=oli-obk
update miri Fixes #59901
2 parents 60076bb + 3f85851 commit d70c5a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: Cargo.lock

+2
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,9 @@ dependencies = [
16131613
"compiletest_rs 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
16141614
"directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
16151615
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1616+
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
16161617
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1618+
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
16171619
"rustc-workspace-hack 1.0.0",
16181620
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
16191621
"shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",

0 commit comments

Comments
 (0)