Skip to content

Commit b104020

Browse files
authored
Uses tree-sitter v0.20.9-beta-2 from fork (#327)
1 parent a9e6942 commit b104020

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
// 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.
1717
// We will pin against the official version of Tree-sitter as soon as a new version is published.
18-
.package(url: "https://github.com/simonbs/tree-sitter", from: "0.20.9-beta-1")
18+
.package(url: "https://github.com/simonbs/tree-sitter", from: "0.20.9-beta-2")
1919
],
2020
targets: [
2121
.target(name: "Runestone", dependencies: [

0 commit comments

Comments
 (0)