From 5db69933b0d276f96be0c8b837693ab69bdf52d3 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 11 Nov 2023 02:08:13 +0100 Subject: [PATCH] Strip release binary --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8beb113..fde18c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,6 @@ tracing = "0.1.40" [build-dependencies] preserves-schema = "4.992.0" syndicate-schema-plugin = "0.2.0" + +[profile.release] +strip = true