zc2 0.0.28

P2P compute broker with credit-based billing, WAL, and broker mesh support
1
2
3
4
5
6
7
8
# Pin the toolchain channel so every contributor and CI builds zc with a
# toolchain that can actually compile it. The crate's dependency tree requires
# Rust >= 1.87 and Cargo.lock is lockfile v4 (>= 1.78) — the old "Rust 1.75"
# claim was false (audit critical #4). "stable" matches CI's
# dtolnay/rust-toolchain@stable and is always >= the 1.87 floor.
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]