mirror of
https://github.com/fabianlindfors/reshape.git
synced 2024-11-22 12:12:27 +03:00
Upgrade clap to 3.0.0
This commit is contained in:
parent
0bac1245cd
commit
da8a5c3c77
@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
typetag = "0.1.7"
|
||||
anyhow = "1.0.44"
|
||||
clap = { version = "3.0.0-rc.8", features = ["derive"] }
|
||||
clap = { version = "3.0.0", features = ["derive"] }
|
||||
toml = "0.5"
|
||||
version = "3.0.0"
|
||||
colored = "2"
|
||||
|
Loading…
Reference in New Issue
Block a user