Update tree-sitter-rust (#10973)

Update to latest commit on master to include fix for a bug that doesn't
allow spaces in the shebang line.
This commit is contained in:
blt-r 2024-06-18 20:14:41 +04:00 committed by GitHub
parent 94a9c81eb0
commit 0edf60964d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,7 +276,7 @@ args = { attachCommands = [ "platform select remote-gdb-server", "platform conne
[[grammar]]
name = "rust"
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "473634230435c18033384bebaa6d6a17c2523281" }
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "9c84af007b0f144954adb26b3f336495cbb320a7" }
[[language]]
name = "sway"