What's Changed
- Bump year in config to 2025
- Update rust edition to 2024
- Use u64 to represent solutions by @penelopeysm in https://github.com/fspoettel/advent-of-code-rust/pull/75
- Allow overwriting existing day by @AV3RG in https://github.com/fspoettel/advent-of-code-rust/pull/63
- Avoid cloning in bencher by @asibahi in https://github.com/fspoettel/advent-of-code-rust/pull/67
- Use...