Skip to content

Commit

Permalink
Fix incorrect SwiftTreeSitter pin
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Mar 28, 2024
1 parent 989ad3f commit ed9407b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.library(name: "Neon", targets: ["Neon"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", revision: "7ccb58219c3e928bf1938dd43d33fd349dc71808"),
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", revision: "1ee3af86c3973c900a30e15507d117c58ed5acb2"),
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "1.8.1"),
],
targets: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/SwiftTreeSitter",
"state" : {
"revision" : "7ccb58219c3e928bf1938dd43d33fd349dc71808"
"revision" : "1ee3af86c3973c900a30e15507d117c58ed5acb2"
}
},
{
Expand Down

0 comments on commit ed9407b

Please sign in to comment.