feat(bindings)!: update swift bindings

This commit is contained in:
ObserverOfTime 2025-01-26 11:07:37 +02:00 committed by Amaan Qureshi
parent 1b3a9a4563
commit 51acdf9723
No known key found for this signature in database
GPG key ID: E67890ADC4227273
2 changed files with 17 additions and 6 deletions

View file

@ -14,7 +14,7 @@ let package = Package(
.library(name: "PARSER_CLASS_NAME", targets: ["PARSER_CLASS_NAME"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", from: "0.8.0"),
.package(url: "https://github.com/tree-sitter/swift-tree-sitter", from: "0.8.0"),
],
targets: [
.target(