From 823d68e91d9c4a760d359134cde9be039ed43101 Mon Sep 17 00:00:00 2001 From: Enzo Le Van Date: Mon, 24 Mar 2025 10:36:34 +0100 Subject: [PATCH] fix: don't need dist inherit inside CLI Cargo.toml --- binaries/cli/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/binaries/cli/Cargo.toml b/binaries/cli/Cargo.toml index 85d20df5..531578bc 100644 --- a/binaries/cli/Cargo.toml +++ b/binaries/cli/Cargo.toml @@ -61,11 +61,6 @@ name = "dora_cli" path = "src/lib.rs" crate-type = ["lib", "cdylib"] -# The profile that 'dist' will build with -[profile.dist] -inherits = "release" -lto = "thin" - [package.metadata.dist] # Enable dora-cli binary to be distributed dist = true