From 37bbfffe2653c7d05b0746a02703e24a94efd943 Mon Sep 17 00:00:00 2001 From: naskya Date: Thu, 27 Jun 2024 09:23:46 +0900 Subject: [PATCH] move profile to the root workspace --- Cargo.toml | 3 +++ fishctl/Cargo.toml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 95b00d3..1d97462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,6 @@ url = "2.5" vapid = "0.6" validator = "0.18" yaml-rust = "0.4" + +[profile.release] +lto = true diff --git a/fishctl/Cargo.toml b/fishctl/Cargo.toml index e60d245..6721dba 100644 --- a/fishctl/Cargo.toml +++ b/fishctl/Cargo.toml @@ -25,6 +25,3 @@ url = { workspace = true } vapid = { workspace = true } validator = { workspace = true, features = ["derive"] } yaml-rust = { workspace = true } - -[profile.release] -lto = true