diff --git a/Cargo.lock b/Cargo.lock index e3a33693..05d01793 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4086,7 +4086,7 @@ dependencies = [ [[package]] name = "tree-sitter-elixir" version = "0.19.0" -source = "git+https://github.com/VitorTrin/tree-sitter-elixir.git#6a4315c39f176646f3e7efcef559f9e6e5bdd527" +source = "git+https://github.com/elixir-lang/tree-sitter-elixir.git#60863fc6e27d60cf4b1917499ed2259f92c7800e" dependencies = [ "cc", "tree-sitter", diff --git a/lapce-core/Cargo.toml b/lapce-core/Cargo.toml index d588bbcd..4c9310b1 100644 --- a/lapce-core/Cargo.toml +++ b/lapce-core/Cargo.toml @@ -17,7 +17,7 @@ tree-sitter-javascript = "0.20.0" tree-sitter-typescript = "0.20.0" tree-sitter-python = "0.19.1" tree-sitter-toml = "0.20.0" -tree-sitter-elixir = { git = "https://github.com/VitorTrin/tree-sitter-elixir.git"} +tree-sitter-elixir = { git = "https://github.com/elixir-lang/tree-sitter-elixir.git", version = "0.19.0" } tree-sitter-php = { git = "https://github.com/tree-sitter/tree-sitter-php.git", version = "0.19.1" } tree-sitter-c = "0.20.1" tree-sitter-cpp = "0.20.0"