summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-11-11 17:59:21 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-11-11 17:59:21 +0900
commit45287c8e052c6b98952262908975762c5e6d1f33 (patch)
tree571112d54f73004efebfdd0ec72f8b0d59a16760 /Cargo.toml
parent6878b126ffc28b53e3938e6b71513aecd7b3c4bd (diff)
Add version of syntect fork
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 e77cb47..9f12d1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ log = "0.4.16"
simplelog = "0.12.0"
content_inspector = "0.2.4"
crossterm = "0.25.0"
-syntect = {git = "https://github.com/kyoheiu/syntect"}
+syntect = {version = "5.0.0", git = "https://github.com/kyoheiu/syntect"}
serde_yaml = "0.9.14"
[dependencies.serde]