Migrated to rust edition 2021

This commit is contained in:
2023-05-20 22:39:07 +02:00
parent b2a5da3222
commit ef2340eaae
3 changed files with 54 additions and 52 deletions

View File

@@ -2,7 +2,7 @@
name = "aoc_2018"
version = "0.1.0"
authors = ["Johannes <jschaef@mail.uni-paderborn.de>"]
edition = "2018"
edition = "2021"
[dependencies]
regex = "1.1.0"