summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-11-17 18:28:36 +0100
committerCanop <cano.petrole@gmail.com>2021-11-17 18:28:36 +0100
commit3d189012a34c9f6249f30409935dfa11289fa366 (patch)
tree844e15695fe6aafd2d2261a8849f8b390a8706ef /Cargo.toml
parent3e9e9fb52c1ef6266808296805d3f58f7a1ba86f (diff)
add more syntect syntaxes for code preview
Syntaxes come from the list maintained by the bat project. Fix #464
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bc18ca1..17878ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.7.1"
+version = "1.7.2-dev"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -52,7 +52,7 @@ serde = { version = "1.0", features = ["derive"] }
smallvec = "1.6"
splitty = "0.1"
strict = "0.1.4"
-syntect = "4.5"
+syntect = "4.6"
tempfile = "3.2"
termimad = "0.17.0"
terminal-clipboard = { version = "0.3.1", optional = true }