From d6c5099209c45e11e04e7eaa78a74b2afb45fd08 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 15 Sep 2022 22:37:36 +0100 Subject: [PATCH] Make testing a default feature --- agb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/Cargo.toml b/agb/Cargo.toml index f57b4df3..83afc851 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -16,7 +16,7 @@ lto = true debug = true [features] -default = [] +default = ["testing"] freq18157 = ["agb_sound_converter/freq18157"] freq32768 = ["agb_sound_converter/freq32768"] testing = []