From 4b2b7e94d5e02b749fae40aefae7de960c9390be Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sat, 1 Jan 2022 10:24:00 -0500 Subject: [PATCH] =?UTF-8?q?Clap=203=20Stable!=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- day_01/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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