This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
src/tools/miri/test-cargo-miri Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ dependencies = [
3636 " byteorder 1.4.3" ,
3737 " cdylib" ,
3838 " exported_symbol" ,
39+ " eyre" ,
3940 " issue_1567" ,
4041 " issue_1691" ,
4142 " issue_1705" ,
@@ -62,6 +63,22 @@ dependencies = [
6263name = " exported_symbol_dep"
6364version = " 0.1.0"
6465
66+ [[package ]]
67+ name = " eyre"
68+ version = " 0.6.12"
69+ source = " registry+https://github.com/rust-lang/crates.io-index"
70+ checksum = " 7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
71+ dependencies = [
72+ " indenter" ,
73+ " once_cell" ,
74+ ]
75+
76+ [[package ]]
77+ name = " indenter"
78+ version = " 0.3.3"
79+ source = " registry+https://github.com/rust-lang/crates.io-index"
80+ checksum = " ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
81+
6582[[package ]]
6683name = " issue_1567"
6784version = " 0.1.0"
@@ -88,6 +105,12 @@ version = "0.1.0"
88105name = " issue_rust_86261"
89106version = " 0.1.0"
90107
108+ [[package ]]
109+ name = " once_cell"
110+ version = " 1.19.0"
111+ source = " registry+https://github.com/rust-lang/crates.io-index"
112+ checksum = " 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
113+
91114[[package ]]
92115name = " proc-macro2"
93116version = " 1.0.66"
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ serde_derive = "1.0.185"
2525# Not actually used, but uses a custom build probe so let's make sure that works.
2626# (Ideally we'd check if the probe was successful, but that's not easily possible.)
2727anyhow = " 1.0"
28+ # Same as anyhow.
29+ eyre = " 0.6"
2830
2931[build-dependencies ]
3032autocfg = " 1"
You can’t perform that action at this time.
0 commit comments