elixir-lang / tree-sitter-elixir

Elixir grammar for tree-sitter
https://elixir-lang.org/tree-sitter-elixir
Apache License 2.0
245 stars 24 forks source link

Publish to crates.io with the current GitHub location #62

Closed dimitarvp closed 9 months ago

dimitarvp commented 9 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 = ...?

jonatanklosko commented 9 months ago

I've just published v0.1.1 :)

dimitarvp commented 9 months ago

Just confirmed that it works in https://github.com/ast-grep/ast-grep/pull/749. Thank you!