Skip to content

Commit

Permalink
Auto merge of #3420 - RalfJung:eyre, r=RalfJung
Browse files Browse the repository at this point in the history
add eyre to test-cargo-miri

Same as anyhow: custom build probe, widely used.
  • Loading branch information
bors committed Mar 26, 2024
2 parents 7cf91ad + 3b48697 commit 969f4cc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions test-cargo-miri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions test-cargo-miri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ serde_derive = "1.0.185"
# Not actually used, but uses a custom build probe so let's make sure that works.
# (Ideally we'd check if the probe was successful, but that's not easily possible.)
anyhow = "1.0"
# Same as anyhow.
eyre = "0.6"

[build-dependencies]
autocfg = "1"
Expand Down

0 comments on commit 969f4cc

Please sign in to comment.