New
v0.12.0
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 basename var in vscode debug by @Cormochamelion in https://github.com/fspoettel/advent-of-code-rust/pull/69
- Make
Day::newconst and removeDay::__new_uncheckedby @tguichaoua in https://github.com/fspoettel/advent-of-code-rust/pull/73
New Contributors
- @AV3RG made their first contribution in https://github.com/fspoettel/advent-of-code-rust/pull/63
- @asibahi made their first contribution in https://github.com/fspoettel/advent-of-code-rust/pull/67
- @Cormochamelion made their first contribution in https://github.com/fspoettel/advent-of-code-rust/pull/69
- @penelopeysm made their first contribution in https://github.com/fspoettel/advent-of-code-rust/pull/75
Full Changelog: https://github.com/fspoettel/advent-of-code-rust/compare/v0.11.0...v0.12.0