From f8e53809d583084994e71faf54e0adbd3c9fcb70 Mon Sep 17 00:00:00 2001 From: MechaCat02 Date: Sat, 11 Jul 2026 15:26:12 +0200 Subject: [PATCH] chore: sync backend version to 0.128.3 (lockstep with frontend) Several frontend-only commits bumped both manifests but staged only the frontend, leaving backend/Cargo.toml behind. Bring it back in lockstep. Co-Authored-By: Claude Opus 4.8 (1M context) --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6de44c6..f680392 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1558,7 +1558,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "mangalord" -version = "0.126.0" +version = "0.128.3" dependencies = [ "anyhow", "argon2", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5596c51..0b54291 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mangalord" -version = "0.126.0" +version = "0.128.3" edition = "2021" default-run = "mangalord"