removed syntect dependency, limited bat to regex-fancy and paging (#2347)

This commit is contained in:
Darren Schroeder
2020-08-13 15:33:35 -05:00
committed by GitHub
parent da4d24d082
commit baf84f05d9
3 changed files with 3 additions and 6 deletions

View File

@ -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"