-
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [ | ||
|