summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-01-23 11:35:43 +0100
committerCanop <cano.petrole@gmail.com>2022-01-23 11:35:43 +0100
commit93273606de88fa76623a1a2e69f68c42e077f1de (patch)
tree26cff0f84881d1994b664f0d351aef27f30bccae /Cargo.toml
parent746d33946bcdde7ae552f9ed040ef284e0769c5a (diff)
version 1.9.2
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 4ebb6df..6cd7f7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.9.2-dev"
+version = "1.9.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -54,7 +54,7 @@ smallvec = "1.6"
splitty = "0.1"
strict = "0.1.4"
# syntect = "4.6"
-syntect = { git = "https://github.com/Canop/syntect", branch = "version-4.6" }
+syntect = { git = "https://github.com/Canop/syntect", branch = "version-4.6" } # no panicky fork
tempfile = "3.2"
termimad = "0.20.0"
terminal-clipboard = { version = "0.3.1", optional = true }