Skip to content

Commit c59a4d4

Browse files
authored
1 parent ecd87da commit c59a4d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/mysql-util/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ mz-mysql-util = { path = ".", features = ["proptest"] }
5151
proptest.workspace = true
5252
proptest-derive.workspace = true
5353
tokio.workspace = true
54+
55+
[package.metadata.cargo-udeps.ignore]
56+
# The self-dep above activates the `proptest` feature for tests so that
57+
# `cfg(test)`-gated `Arbitrary` derives can find `mz-repr`'s proptest impls.
58+
# cargo-udeps doesn't recognize feature-activation as usage.
59+
development = ["mz-mysql-util"]

0 commit comments

Comments
 (0)