Skip to content

Commit

Permalink
Changed included tree-sitter-json to older version due to incompatibi…
Browse files Browse the repository at this point in the history
…lity issues
  • Loading branch information
SundermannC committed Mar 21, 2024
1 parent 697ee64 commit f4784f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Code formatting
run: cargo fmt --check
- name: Build
run: cargo clean
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
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 f4784f1

Please sign in to comment.