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
refactor(lighthouse_facade): update dependencies and restructure project
- Removed the deprecated `lighthouse_wrapper` crate and replaced it with `lighthouse_facade` for improved architecture.
- Updated various dependencies in `Cargo.lock` to their latest versions, including `bitflags`, `parking_lot`, `tokio-util`, and `syn`.
- Adjusted `Cargo.toml` files to reflect the new structure and removed references to obsolete crates.
- Enhanced the application code to utilize the new `lighthouse_facade` crate, ensuring compatibility with the updated dependencies.
- Added a new documentation file outlining the upgrade implementation plan for future reference.
These changes streamline the codebase, improve maintainability, and prepare for upcoming enhancements.
0 commit comments