From 8f8bcf9a350e0664872d36c37b8aadf7035d3aa6 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Wed, 22 Jul 2026 23:20:39 -0500 Subject: [PATCH] chore: remove comment --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98965c6..044c823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ figlet-rs = "1.0.0" notify-rust = "4.18.0" ratatui = "0.30.2" -# The profile that 'dist' will build with [profile.dist] inherits = "release" lto = "thin"