Closed dimitarvp closed 11 months ago
Details here: https://elixirforum.com/t/can-the-elixir-team-fix-the-tree-sitter-elixir-rust-crates-repository-link/60111.
TL;DR the current tree-sitter-elixir crate points to a non-existing repo. Can you please re-publish it with the correct GitHub location so people can include it in their Cargo.toml with version = ... and not with git = ...?
tree-sitter-elixir
Cargo.toml
version = ...
git = ...
I've just published v0.1.1 :)
Just confirmed that it works in https://github.com/ast-grep/ast-grep/pull/749. Thank you!
Details here: https://elixirforum.com/t/can-the-elixir-team-fix-the-tree-sitter-elixir-rust-crates-repository-link/60111.
TL;DR the current
tree-sitter-elixir
crate points to a non-existing repo. Can you please re-publish it with the correct GitHub location so people can include it in theirCargo.toml
withversion = ...
and not withgit = ...
?