radicle: Propagate `radicle-oid/qcheck`

The `radicle-oid/qcheck` feature was not added for `radicle`'s
`qcheck` feature.
Add this so that it propagates for use in downstream crates.
This commit is contained in:
Fintan Halpenny 2026-04-24 08:29:29 +01:00
parent 5d8988b1a2
commit 099722dd08
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ test = ["tempfile", "qcheck", "radicle-crypto/test", "radicle-cob/test"]
logger = ["colored", "chrono"] logger = ["colored", "chrono"]
qcheck = [ qcheck = [
"radicle-core/qcheck", "radicle-core/qcheck",
"radicle-oid/qcheck",
"dep:qcheck" "dep:qcheck"
] ]
schemars = [ schemars = [