Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use workspace dependencies to simplify dependency management | Vika | 2025-01-01 | 1 | -11/+7 |
| | | | | | | | | | | | | | This will reduce risks of dependency duplication in the tree when updating or adding new dependencies, as one could simply inherit from the workspace. `cargo-autoinherit` was considered, but it migrates EVERY single dependency, whereas I'd prefer that only reused dependencies are migrated. Additionally, it doesn't merge features automatically, requiring manual intervention anyway. Change-Id: If0dd19012c723ab71f599119d108e805b2d5e463 | ||||
* | cargo upgrade | Vika | 2024-12-30 | 1 | -3/+3 |
| | | | | Change-Id: I3c02e42596d9e307e4f155959ea5f1493322df82 | ||||
* | tower-watchdog: init at 1.0.0 | Vika | 2024-11-13 | 3 | -0/+171 |
Wait, is this my first self-contained crate? Not bad. I like this. Maybe I'll go publish it to crates.io? Change-Id: I340d0839746ff1cfbcc4c82c230ae2adff2a92f7 |