Skip to content

Commit

Permalink
Rollup merge of #92579 - RalfJung:miri, r=RalfJung
Browse files Browse the repository at this point in the history
update Miri

Fixes #92527
  • Loading branch information
matthiaskrgr authored Jan 5, 2022
2 parents d83dd85 + e568423 commit a067346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ version = "0.1.0"
dependencies = [
"directories",
"rustc-workspace-hack",
"rustc_version 0.3.3",
"rustc_version",
"serde",
"serde_json",
"vergen",
Expand Down Expand Up @@ -2276,7 +2276,7 @@ dependencies = [
"measureme 9.1.2",
"rand 0.8.4",
"rustc-workspace-hack",
"rustc_version 0.4.0",
"rustc_version",
"shell-escape",
"smallvec",
]
Expand Down Expand Up @@ -4586,15 +4586,6 @@ dependencies = [
"tracing",
]

[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver 0.11.0",
]

[[package]]
name = "rustc_version"
version = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/tools/miri

0 comments on commit a067346

Please sign in to comment.