headroom/crates
chopratejas 0144cfba51 ci: fix cargo fmt + maturin action invocation
cargo fmt --check failed in CI: import order in proxy.rs (cfg(test)
attributes before/after non-attr imports) and a few line-wrapping
nits in e2e_real.rs. Ran cargo fmt --all to fix.

maturin-action@v1 does not have a 'manifest-path' input — the action
warned 'Unexpected input(s) manifest-path' and proceeded to invoke
maturin from the repo root, which sees the workspace Cargo.toml with
no [package] section and bails. Move -m crates/headroom-py/Cargo.toml
back inside the 'args' string.
2026-04-25 12:52:55 -07:00
..
headroom-core feat(rust): scaffold workspace + parity harness (phase-0) 2026-04-24 13:39:48 -07:00
headroom-parity feat(rust): scaffold workspace + parity harness (phase-0) 2026-04-24 13:39:48 -07:00
headroom-proxy ci: fix cargo fmt + maturin action invocation 2026-04-25 12:52:55 -07:00
headroom-py feat(rust): scaffold workspace + parity harness (phase-0) 2026-04-24 13:39:48 -07:00