Skip to content

Commit

Permalink
Resolved tree sitter version mismatch (#133)
Browse files Browse the repository at this point in the history
* test change in CI workflow

* Changed included tree-sitter-json to older version due to incompatibility issues
  • Loading branch information
SundermannC authored Mar 21, 2024
1 parent d6cfa45 commit 11dd29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio-util = "0.7.4"
serde_json = "1.0"
walkdir = "2"
tree-sitter-uvl = {path="../tree-sitter-uvl"}
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"}
hashbrown = "0.13.2"
regex = "1"
axum = {version = "0.6.6", features = ["ws"]}
Expand Down

0 comments on commit 11dd29c

Please sign in to comment.