From 073cfbb01f75c42d908448dc773d964dd00349ef Mon Sep 17 00:00:00 2001 From: dezoito Date: Sun, 24 Nov 2024 20:58:10 -0300 Subject: [PATCH] feature/sql: Enables Link Time Optimization for 0.7.0 rc2 --- package.json | 2 +- src-tauri/Cargo.toml | 5 ++++- src-tauri/tauri.conf.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23c81d7..9036cd0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ollama-grid-search", "private": true, - "version": "0.7.0-rc1", + "version": "0.7.0.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8a6f029..eef49f7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grid-search-desktop" -version = "0.7.0-rc1" +version = "0.7.0.2" description = "A Tauri App to perform Grid Search and A/B testing experiments on LLMs" authors = ["dezoito"] license = "Whatever is in the repo" @@ -36,3 +36,6 @@ custom-protocol = ["tauri/custom-protocol"] # Speeds up cargo checks and compiling when using sqlx with macros [profile.dev.package.sqlx-macros] opt-level = 3 + +[profile.release] +lto = true diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a85cb95..8adba13 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ollama-grid-search", - "version": "0.7.0-rc1" + "version": "0.7.0.2" }, "tauri": { "allowlist": {