Skip to content

Commit

Permalink
fix: tree-sitter-yaml builder
Browse files Browse the repository at this point in the history
  • Loading branch information
alesbrelih committed Apr 30, 2024
1 parent 0826e75 commit a15200a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.82"
serde = "1.0.199"
git2 = "0.18.3"
tree-sitter = "0.22.5"
tree-sitter-yaml = "0.6.0"
tree-sitter-yaml = { git = "https://github.com/tree-sitter-grammars/tree-sitter-yaml", rev = "49db816" }
reqwest = { version = "0.12.4", features = ["blocking"] }
regex = "1.10.4"
serde_yaml = "0.9.34"
Expand Down

0 comments on commit a15200a

Please sign in to comment.