1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-06 02:41:06 +01:00

Allow using bat-as-a-library with older syntect

This commit is contained in:
David Tolnay 2020-03-30 09:57:11 -07:00 committed by David Peter
parent 9a050cd87f
commit e7e1967bb0

View File

@ -35,7 +35,7 @@ default-features = false
features = []
[dependencies.syntect]
version = "3.3.0"
version = "3.2.0"
default-features = false
features = ["parsing", "yaml-load", "dump-load", "dump-create"]