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 = [
36
36
" byteorder 1.4.3" ,
37
37
" cdylib" ,
38
38
" exported_symbol" ,
39
+ " eyre" ,
39
40
" issue_1567" ,
40
41
" issue_1691" ,
41
42
" issue_1705" ,
@@ -62,6 +63,22 @@ dependencies = [
62
63
name = " exported_symbol_dep"
63
64
version = " 0.1.0"
64
65
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
+
65
82
[[package ]]
66
83
name = " issue_1567"
67
84
version = " 0.1.0"
@@ -88,6 +105,12 @@ version = "0.1.0"
88
105
name = " issue_rust_86261"
89
106
version = " 0.1.0"
90
107
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
+
91
114
[[package ]]
92
115
name = " proc-macro2"
93
116
version = " 1.0.66"
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ serde_derive = "1.0.185"
25
25
# Not actually used, but uses a custom build probe so let's make sure that works.
26
26
# (Ideally we'd check if the probe was successful, but that's not easily possible.)
27
27
anyhow = " 1.0"
28
+ # Same as anyhow.
29
+ eyre = " 0.6"
28
30
29
31
[build-dependencies ]
30
32
autocfg = " 1"
You can’t perform that action at this time.
0 commit comments