mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-23 01:36:48 +03:00
Update clap and add derive feature flag
This commit is contained in:
parent
9f23ed38c1
commit
b44145b568
@ -9,7 +9,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
typetag = "0.1.7"
|
typetag = "0.1.7"
|
||||||
anyhow = "1.0.44"
|
anyhow = "1.0.44"
|
||||||
clap = "3.0.0-beta.5"
|
clap = { version = "3.0.0-rc.8", features = ["derive"] }
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
version = "3.0.0"
|
version = "3.0.0"
|
||||||
colored = "2"
|
colored = "2"
|
||||||
|
Loading…
Reference in New Issue
Block a user