diff --git a/Cargo.toml b/Cargo.toml index e8d26cb..332c0ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Anthony Cicchetti "] 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" } diff --git a/day_01/Cargo.toml b/day_01/Cargo.toml index 3a755b8..fc2a680 100644 --- a/day_01/Cargo.toml +++ b/day_01/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -itertools = "0.10.1" \ No newline at end of file +itertools = "0.10.3" \ No newline at end of file