From 04f43fff6377062ebdc618b0b390bcac0fba27fb Mon Sep 17 00:00:00 2001 From: veeso Date: Sat, 19 Mar 2022 10:35:36 +0100 Subject: [PATCH] boolean release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db5f635..c4eda46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,4 +81,4 @@ users = "0.11.0" incremental = true [profile.release] -strip = "symbols" +strip = true