fabro/lib
Bryan Helmkamp 7eb85d5ec9
Fix missing create_app_state import in mTLS e2e tests
The mtls_e2e module is gated with #[cfg(target_os = "linux")], so the
wrong import (create_app_state_with_options instead of create_app_state)
was never caught on macOS. Fixes CI compilation failure on Linux.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 11:38:29 -04:00
..
crates Fix missing create_app_state import in mTLS e2e tests 2026-04-01 11:38:29 -04:00
packages/fabro-api-client Prefix API routes with /api/v1 2026-03-30 16:17:06 -04:00