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"