Skip to content

Commit

Permalink
refactor: replace local tree-sitter-nu submodule with git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelarie committed Oct 10, 2024
1 parent 34a31bd commit a394e88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions 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 @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
tree-sitter = "0.24.2"
tree-sitter-bash = "0.23.1"
tree-sitter-nu = { path = "./tree-sitter-nu" }
tree-sitter-nu = { git = "https://github.com/nushell/tree-sitter-nu" }
1 change: 0 additions & 1 deletion tree-sitter-nu
Submodule tree-sitter-nu deleted from e3b4c9

0 comments on commit a394e88

Please sign in to comment.