From f8139da0b62c7c7ccff0b47e52a5b98e28576844 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Wed, 22 Feb 2017 22:47:55 +0000 Subject: [PATCH] We're not so yolo that we're not gonna test. Test yolocrypto by default. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 14f00de..da90912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,6 +57,7 @@ lto = false debug-assertions = true codegen-units = 1 panic = 'unwind' +required-features = ['yolocrypto'] # The benchmarking profile, used for `cargo bench`. [profile.bench]