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:
2021-12-09 12:14:15 +01:00
parent e0e1bc26e8
commit dde9c0adbf

View File

@@ -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"