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