summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-01-23 13:27:41 +0100
committerCanop <cano.petrole@gmail.com>2022-01-23 13:27:41 +0100
commit375a29fe7526e7ab7a9aa4288772a4dca79a8c82 (patch)
tree665834b6d2e1c7b51e53ec753c826d066704d6c4 /Cargo.toml
parent93273606de88fa76623a1a2e69f68c42e077f1de (diff)
put syntect-no-panic on crates.io to allow publishv1.9.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6cd7f7c..a7b7c54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,8 +53,8 @@ serde = { version = "1.0", features = ["derive"] }
smallvec = "1.6"
splitty = "0.1"
strict = "0.1.4"
-# syntect = "4.6"
-syntect = { git = "https://github.com/Canop/syntect", branch = "version-4.6" } # no panicky fork
+# a temporary fork, see issue #485
+syntect = { package = "syntect-no-panic", version = "4.6.1" }
tempfile = "3.2"
termimad = "0.20.0"
terminal-clipboard = { version = "0.3.1", optional = true }
@@ -109,6 +109,8 @@ harness = false
# secular = { path = "../secular", features=["normalization"] }
# strict = { path = "../strict" }
# syntect = { path = "../syntect" }
+# syntect = { path = "../syntect" }
+# syntect-no-panic = { path = "../syntect" }
# termimad = { path = "../termimad" }
# terminal-clipboard = { path = "../terminal-clipboard" }
# umask = { path = "../umask" }