From 60fe761def0f69f39d3dd902ff043cdef1288c25 Mon Sep 17 00:00:00 2001 From: archipelago Date: Sun, 14 Jun 2026 07:58:03 -0400 Subject: [PATCH] chore: sync core/Cargo.lock to 1.7.91-alpha (release leftover) create-release.sh bumps Cargo.toml; the lock's archipelago version line is regenerated by the subsequent cargo build and was left uncommitted after the v1.7.91-alpha release commit. The shipped binary is built from the bumped Cargo.toml, so this is bookkeeping only. Co-Authored-By: Claude Opus 4.8 (1M context) --- core/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index f6b13fbd..f65538be 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -80,7 +80,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "archipelago" -version = "1.7.90-alpha" +version = "1.7.91-alpha" dependencies = [ "anyhow", "archipelago-container",