Update clap and add derive feature flag

This commit is contained in:
fabianlindfors 2021-12-27 14:11:43 +01:00
parent 9f23ed38c1
commit b44145b568

View File

@ -9,7 +9,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
typetag = "0.1.7"
anyhow = "1.0.44"
clap = "3.0.0-beta.5"
clap = { version = "3.0.0-rc.8", features = ["derive"] }
toml = "0.5"
version = "3.0.0"
colored = "2"