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
feat: Implement Clone trait for JobQueue structs v1.8.1
- Add manual Clone implementation for JobQueue<DB> to handle generic database types
- Fix clippy warnings by removing unnecessary .clone() calls on Copy types (JobStatus)
- Add comprehensive test for Clone trait functionality
- Update crate version to 1.8.1
- Improve developer ergonomics when sharing queue instances across components
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments