Skip to content

Commit 0c67ec2

Browse files
committed
test formerly broken serde_derive dependency
1 parent 02a33d4 commit 0c67ec2

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

test-cargo-miri/Cargo.lock

Lines changed: 47 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ byteorder = "1.0"
1212

1313
[dev-dependencies]
1414
rand = { version = "0.7", features = ["small_rng"] }
15+
serde_derive = "1.0" # not actually used, but exercises some unique code path (`--extern` .so file)
1516

1617
[lib]
1718
test = false # test that this is respected (will show in the output)

0 commit comments

Comments
 (0)