You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
- Use CARGO_MANIFEST_DIR for reliable repo root detection
- Use CARGO_TARGET_DIR for correct target directory in workspace
- Remove fragile directory traversal fallbacks
- Require running via 'cargo setup' with clear error message
- Properly handle workspace member structure (setup/ -> workspace root)
Fixes workspace compatibility issues where binary was expected at
server/target/ instead of workspace target/ directory.
0 commit comments