From f12337e6203954b88470ec0f70408b8fca11b630 Mon Sep 17 00:00:00 2001 From: Matthew LeVan Date: Fri, 16 Feb 2024 13:56:43 -0500 Subject: [PATCH] build: turn off `disable_release` default feature for `rust-assert-no-alloc` --- rust/rust-assert-no-alloc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/rust-assert-no-alloc/Cargo.toml b/rust/rust-assert-no-alloc/Cargo.toml index bbe18fb..004f51c 100644 --- a/rust/rust-assert-no-alloc/Cargo.toml +++ b/rust/rust-assert-no-alloc/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["allocator", "real-time", "debug", "audio"] categories = ["development-tools::debugging"] [features] -default = ["disable_release"] +default = [] warn_debug = [] warn_release = [] disable_release = []