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
+1 -1
View File
@@ -14,7 +14,7 @@ edition = "2021"
komorebi-core = { path = "../komorebi-core" }
bitflags = "1"
clap = { version = "3.0.0-rc.11", features = ["derive"] }
clap = { version = "3", features = ["derive"] }
color-eyre = "0.5"
crossbeam-channel = "0.5"
crossbeam-utils = "0.8"