chore(deps): bump clap to latest rc

This commit is contained in:
LGUG2Z
2021-12-31 08:33:29 -08:00
parent 5e3f1cbb44
commit e2ae9b1207
7 changed files with 73 additions and 87 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "3.0.0-beta.5"
clap = { version = "3.0.0-rc.11", features = ["derive"] }
color-eyre = "0.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"