summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-10-09 21:18:40 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-10-09 22:04:51 +0200
commit5842d58c017295e8d99c8712d44b7d62d1afd318 (patch)
treec0da478705c955946c5a7bbf0b340d8dc6d0fbb2 /Cargo.toml
parente3c71adba72ef796b028c6b47b84ba75103392ac (diff)
Updates for syntect 3.0
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 dee56c8b..390d7794 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "2.1"
+version = "3.0"
default-features = false
features = ["parsing", "yaml-load", "dump-load", "dump-create"]