From 49c550a2d2e5c8a513e1de209b0b50fc33a97320 Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Mon, 11 Dec 2023 11:53:19 +0800 Subject: [PATCH] Remove useless profile --- crates/cli/Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 52832da..2a0679d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -56,9 +56,4 @@ temp-dir = "0.1" [features] full_tests = [] -no_downloads = [] - -# The profile that 'cargo dist' will build with -[profile.dist] -inherits = "release" -lto = "thin" +no_downloads = [] \ No newline at end of file