From e7e1967bb0c4ef4a5d90f093e2562b214e28c7c8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 30 Mar 2020 09:57:11 -0700 Subject: [PATCH] Allow using bat-as-a-library with older syntect --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]