From e3e23b55ba65f474cda61765a793c67a3d95b05b Mon Sep 17 00:00:00 2001 From: megaproxy Date: Fri, 22 May 2026 13:46:27 +0100 Subject: [PATCH] Pick up Cargo.lock version bump from pnpm tauri build cargo auto-rewrote the tiletopia entry from 0.0.1 to 0.1.0 during the M5 release build; manually updating Cargo.toml in M5 didn't touch the lockfile. Committing so the release tag points at a clean tree. Co-Authored-By: Claude Opus 4.7 (1M context) --- src-tauri/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 744dad0..a94839e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3438,7 +3438,7 @@ dependencies = [ [[package]] name = "tiletopia" -version = "0.0.1" +version = "0.1.0" dependencies = [ "anyhow", "base64 0.22.1",