From 093bb686a45b9118a284b998281e480d4185bb8f Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Fri, 18 Nov 2022 10:57:51 +0100 Subject: [PATCH] Fix dependency issue with "test" feature Signed-off-by: Alexis Sellier --- radicle/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicle/Cargo.toml b/radicle/Cargo.toml index 4e786e58..4050badb 100644 --- a/radicle/Cargo.toml +++ b/radicle/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [features] default = [] -test = ["quickcheck"] +test = ["quickcheck", "radicle-crypto/test", "radicle-node/test"] sql = ["sqlite"] [dependencies]