summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-08-03 14:33:50 -0400
committerDan Davison <dandavison7@gmail.com>2020-08-03 14:33:50 -0400
commit977e37879c936dd828ea4e0acee255bcbb6977c8 (patch)
treedc1ffc3b2807fbb06279b8e0c0482c49070558f9 /Cargo.toml
parent4b7508b8b644e2e3b9967d341f0cbc0c621ab059 (diff)
Revert "Bump syntect from 4.2.0 to 4.3.0 (#270)"
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 eec03360..11b9c338 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "4.3.0"
+version = "4.2.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]