Skip to content

Commit 023fa2a

Browse files
authored
Rollup merge of rust-lang#61295 - RalfJung:miri, r=oli-obk
update miri r? @oli-obk Fixes rust-lang#60533
2 parents 769b700 + 34d5239 commit 023fa2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -1641,6 +1641,7 @@ dependencies = [
16411641
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
16421642
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
16431643
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1644+
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
16441645
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
16451646
"rustc-workspace-hack 1.0.0",
16461647
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",

0 commit comments

Comments
 (0)