From f093902aef3954bef79fa348c46e1bf3949675cf Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:39:17 -0500 Subject: [PATCH] other: fix deploy profile --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 20dbdf00..39a0cfce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,11 +67,9 @@ battery = ["starship-battery"] nvidia = ["nvml-wrapper"] gpu = ["nvidia"] zfs = [] - -# Logging for debugging performance. logging = ["fern", "log", "time/local-offset"] - -default = ["battery", "gpu", "zfs"] +deploy = ["battery", "gpu", "zfs"] +default = ["deploy"] [dependencies] anyhow = "1.0.75"