mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
chore(deps): bump clap to 3.1
This commit is contained in:
parent
e892668de9
commit
3bebad0da6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ thiserror = "1"
|
||||||
|
|
||||||
termion = "1.5"
|
termion = "1.5"
|
||||||
regex = "1.5"
|
regex = "1.5"
|
||||||
clap = { version = "3.0.0-beta.5", features = ["wrap_help"]}
|
clap = { version = "3.1", features = ["derive", "wrap_help"]}
|
||||||
sequence_trie = "0.3.6"
|
sequence_trie = "0.3.6"
|
||||||
duct = "0.13"
|
duct = "0.13"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue