summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2020-03-30 09:57:11 -0700
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-30 22:01:18 +0200
commite7e1967bb0c4ef4a5d90f093e2562b214e28c7c8 (patch)
tree3ad03889cbe2fe92d6ccba3af26de1a0c61981ed /Cargo.toml
parent9a050cd87fde4309db5af0179a4773fe97d3d846 (diff)
Allow using bat-as-a-library with older syntect
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 60b2d4e1..98a0fdc2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]