Clap 3 Stable! 🎉

This commit is contained in:
Anthony Cicchetti 2022-01-01 10:24:00 -05:00
parent eec26b35d6
commit 4b2b7e94d5
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ authors = ["Anthony Cicchetti <anthony@anthonycicchetti.com>"]
edition = "2021"
[dependencies]
clap = "3.0.0-beta.5"
clap = "3.0.0"
day_01 = { path = "./day_01" }
day_02 = { path = "./day_02" }
day_03 = { path = "./day_03" }

View file

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
itertools = "0.10.1"
itertools = "0.10.3"