Clap 3 Stable! 🎉
This commit is contained in:
parent
eec26b35d6
commit
4b2b7e94d5
2 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||
|
|
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.10.1"
|
||||
itertools = "0.10.3"
|
Loading…
Add table
Reference in a new issue