Skip to content

Commit

Permalink
chore: lift tree-sitter-yaml
Browse files Browse the repository at this point in the history
To 0.6.1, before it was downgraded due to a bug where flag was forced.
  • Loading branch information
alesbrelih committed May 3, 2024
1 parent dcd38f9 commit 3992b32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 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 @@ -19,7 +19,7 @@ tokio = "1.36.0"
anyhow = "1.0.82"
serde = "1.0.199"
tree-sitter = "0.22.5"
tree-sitter-yaml = { git = "https://github.com/tree-sitter-grammars/tree-sitter-yaml", rev = "49db816" }
tree-sitter-yaml = "0.6.1"
reqwest = { version = "0.12.4", features = ["blocking"] }
regex = "1.10.4"
serde_yaml = "0.9.34"
Expand Down

0 comments on commit 3992b32

Please sign in to comment.