feat: update to rust edition 2024

This commit is contained in:
Felix Spöttel
2025-11-26 14:14:49 +01:00
parent b67460e2b9
commit a939163268
9 changed files with 23 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
[package]
name = "advent_of_code"
version = "0.11.0"
version = "0.12.0"
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
edition = "2021"
edition = "2024"
default-run = "advent_of_code"
publish = false