mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
specify version ranges
This commit is contained in:
parent
c472e04a09
commit
6b70b47aa0
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ failure = "^0.1.8"
|
||||||
log = "^0.4.11"
|
log = "^0.4.11"
|
||||||
nom = "^6.0.1"
|
nom = "^6.0.1"
|
||||||
prettytable-rs = "^0.8.0"
|
prettytable-rs = "^0.8.0"
|
||||||
textwrap = { version="0.12.1", features=["terminal_size"] }
|
textwrap = { version="^0.12.1", features=["terminal_size"] }
|
||||||
termcolor = "1.1.2"
|
termcolor = "^1.1.2"
|
||||||
atty = "0.2.14"
|
atty = "^0.2.14"
|
||||||
|
|
||||||
[dependencies.config]
|
[dependencies.config]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue