Skip to content

Commit 11dd29c

Browse files
authored
Resolved tree sitter version mismatch (#133)
* test change in CI workflow * Changed included tree-sitter-json to older version due to incompatibility issues
1 parent d6cfa45 commit 11dd29c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uvls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tokio-util = "0.7.4"
3636
serde_json = "1.0"
3737
walkdir = "2"
3838
tree-sitter-uvl = {path="../tree-sitter-uvl"}
39-
tree-sitter-json = {git="https://github.com/tree-sitter/tree-sitter-json"}
39+
tree-sitter-json = {git="https://github.com/tree-sitter/tree-sitter-json", rev = "c5a9a9af069de3fe0ef5fa2fa001b6a2e44d75b2"}
4040
hashbrown = "0.13.2"
4141
regex = "1"
4242
axum = {version = "0.6.6", features = ["ws"]}

0 commit comments

Comments
 (0)