Skip to content

Commit 6623937

Browse files
committed
test-cargo-miri: test anyhow
1 parent 6a72dc6 commit 6623937

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test-cargo-miri/Cargo.lock

Lines changed: 7 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ issue_rust_86261 = { path = "issue-rust-86261" }
2222
byteorder_2 = { package = "byteorder", version = "0.5" } # to test dev-dependencies behave as expected, with renaming
2323
# Not actually used, but exercises some unique code path (`--extern` .so file).
2424
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"
2528

2629
[build-dependencies]
2730
autocfg = "1"

0 commit comments

Comments
 (0)