chore(deps): bump clap to 3.0.0

This commit is contained in:
LGUG2Z
2021-12-31 15:19:14 -08:00
parent e2ae9b1207
commit 228ef78d7f
4 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ edition = "2021"
derive-ahk = { path = "../derive-ahk" }
komorebi-core = { path = "../komorebi-core" }
clap = { version = "3.0.0-rc.11", features = ["derive", "wrap_help"] }
clap = { version = "3", features = ["derive", "wrap_help"] }
color-eyre = "0.5"
dirs = "4"
fs-tail = "0.1"