Skip to content

Commit c7a6a2d

Browse files
committed
Chore: Update SwiftTreeSitter to latest version
1 parent ce73282 commit c7a6a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/ChimeHQ/SwiftTreeSitter.git",
77
"state" : {
8-
"revision" : "df25a52f72ebc5b50ae20d26d1363793408bb28b",
9-
"version" : "0.7.1"
8+
"revision" : "2599e95310b3159641469d8a21baf2d3d200e61f",
9+
"version" : "0.8.0"
1010
}
1111
}
1212
],

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
dependencies: [
1414
.package(
1515
url: "https://github.com/ChimeHQ/SwiftTreeSitter.git",
16-
exact: "0.7.1"
16+
exact: "0.8.0"
1717
)
1818
],
1919
targets: [

0 commit comments

Comments
 (0)