chore(release): v0.8.54 — benchmark harness runners, MiMo routing

This commit is contained in:
Hunter B
2026-06-08 06:47:21 -07:00
parent ce46e29e38
commit edd28066e1
14 changed files with 82 additions and 56 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ default-members = ["crates/cli", "crates/app-server", "crates/tui"]
resolver = "2"
[workspace.package]
version = "0.8.53"
version = "0.8.54"
edition = "2024"
# Rust 1.88 stabilized `let_chains` in `if`/`while` conditions, which the
# codebase relies on extensively. Cargo enforces this so users on older