From eb666265bee8a40f02bbafa1c0d3805e8ce2cc40 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Wed, 9 Nov 2022 13:21:44 +0100 Subject: [PATCH] Fix running `radicle-crypto` tests on its own Signed-off-by: Alexis Sellier --- radicle-crypto/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/radicle-crypto/Cargo.toml b/radicle-crypto/Cargo.toml index 359b44c5..a2b687d6 100644 --- a/radicle-crypto/Cargo.toml +++ b/radicle-crypto/Cargo.toml @@ -55,6 +55,7 @@ version = "0.13" optional = true [dev-dependencies] +fastrand = { version = "1.8.0", default-features = false } quickcheck_macros = { version = "1", default-features = false } quickcheck = { version = "1", default-features = false } tempfile = { version = "3.3.0" }