Skip to content

Commit 5a59ddd

Browse files
authored
chore(build): Switch to crates-based tree-sitter versions (#252)
Switch to crates-based tree-sitter versions: - ruby - `71bd32fb7607035768799732addba884a37a6210` matches v0.25.1 - embedded-template - `c70c1de07dedd532089c0c90835c8ed9fa694f5c` matches v0.25.0
1 parent 08ff11b commit 5a59ddd

File tree

3 files changed

+299
-425
lines changed

3 files changed

+299
-425
lines changed

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ zed_extension_api = "0.7.0"
1717

1818
[dev-dependencies]
1919
tree-sitter = "0.25"
20-
tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "71bd32fb7607035768799732addba884a37a6210" }
21-
tree-sitter-embedded-template = { git = "https://github.com/tree-sitter/tree-sitter-embedded-template.git", rev = "c70c1de07dedd532089c0c90835c8ed9fa694f5c" }
20+
tree-sitter-ruby = "0.23.1"
21+
tree-sitter-embedded-template = "0.25.0"
2222
insta = { version = "1.46", features = ["yaml"] }

0 commit comments

Comments
 (0)