From 099722dd0893559891a80a9d84334bf7573db1e8 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Fri, 24 Apr 2026 08:29:29 +0100 Subject: [PATCH] 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. --- crates/radicle/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/radicle/Cargo.toml b/crates/radicle/Cargo.toml index be45bb17..d5ee2d54 100644 --- a/crates/radicle/Cargo.toml +++ b/crates/radicle/Cargo.toml @@ -18,6 +18,7 @@ test = ["tempfile", "qcheck", "radicle-crypto/test", "radicle-cob/test"] logger = ["colored", "chrono"] qcheck = [ "radicle-core/qcheck", + "radicle-oid/qcheck", "dep:qcheck" ] schemars = [