From 73ddeecfcacf4498bdd86615668d3c427fe8f693 Mon Sep 17 00:00:00 2001 From: byGalax Date: Wed, 22 Apr 2026 23:15:54 +0200 Subject: [PATCH] chore(desktop): sync Cargo.lock to v0.11.0 Release script bumped Cargo.toml but cargo only refreshes the lock on the next build. Aligning them so the lock doesn't drift across tags. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/desktop/src-tauri/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src-tauri/Cargo.lock b/apps/desktop/src-tauri/Cargo.lock index 2ae90fc..50756cf 100644 --- a/apps/desktop/src-tauri/Cargo.lock +++ b/apps/desktop/src-tauri/Cargo.lock @@ -834,7 +834,7 @@ dependencies = [ [[package]] name = "chat-app-desktop" -version = "0.10.2" +version = "0.11.0" dependencies = [ "base64 0.22.1", "dryoc",