From 972259e2bdac0090b526257b850a909b8fe82a2a Mon Sep 17 00:00:00 2001 From: Martin Larralde <martin.larralde@embl.de> Date: Tue, 25 Jun 2024 09:54:39 +0200 Subject: [PATCH] Compile `lightmotif` without `rand` by default --- lightmotif/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightmotif/Cargo.toml b/lightmotif/Cargo.toml index 7995814..c0a6645 100644 --- a/lightmotif/Cargo.toml +++ b/lightmotif/Cargo.toml @@ -23,5 +23,5 @@ optional = true version = "0.4.3" [features] -default = ["sample"] +default = [] sample = ["rand", "rand_distr"] -- GitLab