From af7bd71ab2e3bde2b707fbd8736326477e3770f4 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sat, 27 Jun 2020 04:10:06 -0700 Subject: [PATCH] test: require any feature for any/any test --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 232c7bc8..0559a119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,6 +97,7 @@ serde_json = "1.0.53" [[test]] name = "any" path = "tests/any/any.rs" +required-features = [ "any" ] # # SQLite