- Bump Rust toolchain from 1.87 to 1.88 - Add testcontainers and arbitrary dependencies for property testing - Update router with rendezvous hashing improvements - Fix credential handling in miroir-ctl - Update reshard and migration modules - Add Helm chart scaffolding - Add Redis memory accounting documentation All Phase 0 DoD checks pass: - cargo build --all succeeds - cargo test --all succeeds (103 tests) - cargo clippy --all-targets --all-features -- -D warnings passes - cargo fmt --all -- --check passes - Config round-trip YAML test passes Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
4 lines
134 B
TOML
4 lines
134 B
TOML
[toolchain]
|
|
channel = "1.88"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"]
|