From edd14a0e3d62396a2ad796d2bedf61cfe8d4daa7 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 2 Jan 2022 23:06:32 +0100 Subject: [PATCH] Update to Clap 3.0.0! --- 2021/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/Cargo.toml b/2021/Cargo.toml index b5c9c66..4cf9130 100644 --- a/2021/Cargo.toml +++ b/2021/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] -clap = { version = "3.0.0-rc.0", features = ["derive"] } +clap = { version = "3", features = ["derive"] } itertools = "0.10" nom = "7"