Skip to content

Commit

Permalink
Auto merge of #99034 - RalfJung:miri, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
update Miri

Fixes #98922
r? `@ghost`
  • Loading branch information
bors committed Jul 8, 2022
2 parents 052495d + 1cc7139 commit 06754d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3480,6 +3480,7 @@ dependencies = [
"proc-macro2",
"quote",
"rand_core 0.5.1",
"regex",
"serde",
"serde_json",
"smallvec",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/miri
Submodule miri updated 100 files
2 changes: 2 additions & 0 deletions src/tools/rustc-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
libc = { version = "0.2.79", features = ["align"] }
# Ensure default features of libz-sys, which are disabled in some scenarios.
libz-sys = { version = "1.1.2" }
# same for regex
regex = { version = "1.5.5" }
proc-macro2 = { version = "1", features = ["default"] }
quote = { version = "1", features = ["default"] }
rand_core_0_5 = { package = "rand_core", version = "0.5.1", features = ["getrandom", "alloc", "std"] }
Expand Down

0 comments on commit 06754d8

Please sign in to comment.