mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
style: Remove rustyline_derive 💎
This commit is contained in:
parent
0e9ff4563f
commit
baa456d638
4 changed files with 82 additions and 96 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "taskwarrior-tui"
|
||||
version = "0.13.34"
|
||||
version = "0.13.35"
|
||||
license = "MIT"
|
||||
description = "A Taskwarrior Terminal User Interface"
|
||||
repository = "https://github.com/kdheepak/taskwarrior-tui/"
|
||||
|
@ -32,8 +32,7 @@ itertools = "0.10.1"
|
|||
lazy_static = "1.4.0"
|
||||
rand = "0.8.4"
|
||||
regex = "1.5.4"
|
||||
rustyline = "8.2.0"
|
||||
rustyline-derive = "0.4.0"
|
||||
rustyline = "8.2"
|
||||
serde = { version = "1.0.127", features = ["derive"] }
|
||||
serde_json = "1.0.66"
|
||||
shellexpand = "2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue