Skip to content

Commit

Permalink
Merge pull request #19 from figsoda/tree
Browse files Browse the repository at this point in the history
use tree-sitter-nix from crates.io
  • Loading branch information
Artturin authored Jun 1, 2023
2 parents 1566081 + a25dda8 commit c9ae62a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ rayon = "1.7.0"
serde = { version = "1.0.160", features = ["derive"]}
serde_json = "1.0.96"
tree-sitter = "0.20.10"
tree-sitter-nix = { git = "https://github.com/cstrahan/tree-sitter-nix", version = "0.0.1" }
tree-sitter-nix = "0.0.1"
tree-sitter-traversal = "0.1.2"
walkdir = "2.3.3"

0 comments on commit c9ae62a

Please sign in to comment.