Skip to content

Commit

Permalink
Uses tree-sitter 0.20.9 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Feb 14, 2024
1 parent 8c6a5c6 commit 5efb26f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "TreeSitter",
"repositoryURL": "https://github.com/simonbs/tree-sitter",
"repositoryURL": "git@github.com:tree-sitter/tree-sitter.git",
"state": {
"branch": null,
"revision": "8456f7eb7a70addb3c0af8a757f1997ae9af3ed6",
"version": "0.20.9-beta-2"
"revision": "98be227227af10cc7a269cb3ffb23686c0610b17",
"version": "0.20.9"
}
}
]
Expand Down
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ let package = Package(
.library(name: "Runestone", targets: ["Runestone"])
],
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-2")
.package(url: "[email protected]:tree-sitter/tree-sitter.git", from: "0.20.9")
],
targets: [
.target(name: "Runestone", dependencies: [
Expand Down

0 comments on commit 5efb26f

Please sign in to comment.