From 34129fe03e2c81ff666bd3627d5fef3342ab5da2 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Mon, 14 Oct 2024 20:38:40 +0200 Subject: build profile --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 678d3aa..2786247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,13 @@ authors = ["lukeflo "] license = "GPL-3.0-or-later" edition = "2021" +[profile.release-git] +inherits = "release" +lto = "fat" + [dependencies] arboard = { version = "3.4.1", features = ["wayland-data-control"] } -biblatex = "0.9.3" +biblatex = "0.10.0" color-eyre = "0.6.3" crossterm = { version = "0.28.1", features = ["event-stream"] } editor-command = "0.1.1" -- cgit v1.2.3