mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Update to RC version of clap
Deriving a parser has become an opt-in feature so we need to enable that.
This commit is contained in:
@@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "3.0.0-beta.5"
|
clap = { version = "3.0.0-rc.0", features = ["derive"] }
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
nom = "7"
|
nom = "7"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user