Skip to content

Commit

Permalink
Uses tree-sitter v0.20.9-beta-2 from fork (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Nov 29, 2023
1 parent a9e6942 commit b104020
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/simonbs/tree-sitter",
"state": {
"branch": null,
"revision": "f88ae4ebe351d8aa99c31a17111607017d805118",
"version": "0.20.9-beta-1"
"revision": "8456f7eb7a70addb3c0af8a757f1997ae9af3ed6",
"version": "0.20.9-beta-2"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/simonbs/tree-sitter",
"state": {
"branch": null,
"revision": "f88ae4ebe351d8aa99c31a17111607017d805118",
"version": "0.20.9-beta-1"
"revision": "8456f7eb7a70addb3c0af8a757f1997ae9af3ed6",
"version": "0.20.9-beta-2"
}
}
]
Expand Down
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(
dependencies: [
// Tree-sitter supports SPM but as of writing this, the official Tree-sitter repository has no versions published that contains the Package.swift file. Therefore, we depend on a fork of Tree-sitter that has a version published.
// We will pin against the official version of Tree-sitter as soon as a new version is published.
.package(url: "https://github.com/simonbs/tree-sitter", from: "0.20.9-beta-1")
.package(url: "https://github.com/simonbs/tree-sitter", from: "0.20.9-beta-2")
],
targets: [
.target(name: "Runestone", dependencies: [
Expand Down

0 comments on commit b104020

Please sign in to comment.