File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/tools/miri/test-cargo-miri Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
# It is not intended for manual editing.
3
3
version = 3
4
4
5
+ [[package ]]
6
+ name = " anyhow"
7
+ version = " 1.0.81"
8
+ source = " registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = " 0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
10
+
5
11
[[package ]]
6
12
name = " autocfg"
7
13
version = " 1.1.0"
@@ -24,6 +30,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
24
30
name = " cargo-miri-test"
25
31
version = " 0.1.0"
26
32
dependencies = [
33
+ " anyhow" ,
27
34
" autocfg" ,
28
35
" byteorder 0.5.3" ,
29
36
" byteorder 1.4.3" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ issue_rust_86261 = { path = "issue-rust-86261" }
22
22
byteorder_2 = { package = " byteorder" , version = " 0.5" } # to test dev-dependencies behave as expected, with renaming
23
23
# Not actually used, but exercises some unique code path (`--extern` .so file).
24
24
serde_derive = " 1.0.185"
25
+ # Not actually used, but uses a custom build probe so let's make sure that works.
26
+ # (Ideally we'd check if the probe was successful, but that's not easily possible.)
27
+ anyhow = " 1.0"
25
28
26
29
[build-dependencies ]
27
30
autocfg = " 1"
You can’t perform that action at this time.
0 commit comments