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) <noreply@anthropic.com>
This commit is contained in:
megaproxy 2026-05-22 13:46:27 +01:00
parent dd1cf282e6
commit e3e23b55ba

2
src-tauri/Cargo.lock generated
View file

@ -3438,7 +3438,7 @@ dependencies = [
[[package]]
name = "tiletopia"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"anyhow",
"base64 0.22.1",