Skip to content

Commit

Permalink
fix(deps): update rust crate tree-sitter-swift to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent 6e45843 commit 34605b7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 29 deletions.
66 changes: 38 additions & 28 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 crates/language/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tree-sitter-python = { version = "0.20.4", optional = true }
tree-sitter-ruby = { version = "0.20.1", optional = true }
tree-sitter-rust = { version = "0.20.4", optional = true }
tree-sitter-scala = { version = "0.20.3", optional = true }
tree-sitter-swift = { version = "0.4.3", optional = true }
tree-sitter-swift = { version = "0.5.0", optional = true }
tree-sitter-typescript= { version = "0.20.5", optional = true }

[features]
Expand Down

0 comments on commit 34605b7

Please sign in to comment.