mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:36:00 +02:00
removed syntect dependency, limited bat to regex-fancy and paging (#2347)
This commit is contained in:
@ -17,9 +17,9 @@ nu-protocol = {path = "../nu-protocol", version = "0.18.2"}
|
||||
nu-source = {path = "../nu-source", version = "0.18.2"}
|
||||
|
||||
ansi_term = "0.12.1"
|
||||
bat = "0.15.4"
|
||||
bat = {version = "0.15.4", features = ["regex-fancy", "paging"]}
|
||||
|
||||
crossterm = "0.17.5"
|
||||
syntect = {version = "4.2", default-features = false, features = ["default-fancy"]}
|
||||
term_size = "0.3.2"
|
||||
url = "2.1.1"
|
||||
|
||||
|
Reference in New Issue
Block a user