Skip to content

Commit 969f4cc

Browse files
committed
Auto merge of #3420 - RalfJung:eyre, r=RalfJung
add eyre to test-cargo-miri Same as anyhow: custom build probe, widely used.
2 parents 7cf91ad + 3b48697 commit 969f4cc

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

test-cargo-miri/Cargo.lock

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-cargo-miri/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.)
2727
anyhow = "1.0"
28+
# Same as anyhow.
29+
eyre = "0.6"
2830

2931
[build-dependencies]
3032
autocfg = "1"

0 commit comments

Comments
 (0)