-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Priority: Low
Labels: maintenance, dependencies
Description:
Check for newer versions of sysinfo and eframe. Update Cargo.toml with latest compatible versions. Test compatibility and update code if needed.
Files to modify:
Cargo.tomlsrc/main.rs(if API changes)src/system.rs(if API changes)
Acceptance criteria:
- Latest compatible versions identified
- Dependencies updated in
Cargo.toml - Code updated for any API changes
- All tests pass with new versions
- No regressions introduced
Implementation notes:
- Run
cargo outdatedto check for updates - Check changelogs for breaking changes
- Update versions incrementally
- Test thoroughly after each update
- Update README with new version requirements
Metadata
Metadata
Assignees
Labels
No labels