fix: prevent release-plz from publishing ironclaw-bench

The benchmarks crate is an internal tool, not intended for crates.io.
Adding `publish = false` fixes the release-plz CI failure caused by
the path-only ironclaw dependency lacking a version specifier.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
Illia Polosukhin
2026-02-18 01:12:02 -08:00
co-authored by Claude Opus 4.6
parent d46ab3a1d7
commit 913073d83d
+1
View File
@@ -5,6 +5,7 @@ edition = "2024"
rust-version = "1.85"
description = "Benchmarking harness for IronClaw agent"
license = "MIT OR Apache-2.0"
publish = false
[[bin]]
name = "ironclaw-bench"