update tree-sitter-dart to the upstream, maintained version #405
2 changed files with 3 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -960,9 +960,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tree-sitter-dart"
|
||||
version = "0.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "19f1f70b80ce41343e14aafcef67b5ba2e9de89587535b4aabbabb8036f4e38a"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/cfping/tree-sitter-dart#1f66f40b7fb2ae7d1d759c9c7024a6b285cea49f"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"tree-sitter",
|
||||
|
|
|
@ -29,7 +29,7 @@ tree-sitter-cpp = "0.23"
|
|||
tree-sitter-c-sharp = "0.23"
|
||||
tree-sitter-xml = "0.7.0"
|
||||
tree-sitter-go = "0.23.4"
|
||||
tree-sitter-dart = "0.0.4"
|
||||
tree-sitter-dart = { git = "https://github.com/cfping/tree-sitter-dart"} # temporary fork, better use upstream: https://github.com/UserNobody14/tree-sitter-dart when they update their tree-sitter to 0.25
|
||||
tree-sitter-typescript = "0.23.2"
|
||||
tree-sitter-python = "0.23.6"
|
||||
tree-sitter-php = "0.23"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue