We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cfa45 commit 11dd29cCopy full SHA for 11dd29c
1 file changed
uvls/Cargo.toml
@@ -36,7 +36,7 @@ tokio-util = "0.7.4"
36
serde_json = "1.0"
37
walkdir = "2"
38
tree-sitter-uvl = {path="../tree-sitter-uvl"}
39
-tree-sitter-json = {git="https://github.com/tree-sitter/tree-sitter-json"}
+tree-sitter-json = {git="https://github.com/tree-sitter/tree-sitter-json", rev = "c5a9a9af069de3fe0ef5fa2fa001b6a2e44d75b2"}
40
hashbrown = "0.13.2"
41
regex = "1"
42
axum = {version = "0.6.6", features = ["ws"]}
0 commit comments