Skip to content

Commit

Permalink
update 'SwiftTreeSitter' to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Dec 2, 2022
1 parent 7d3f490 commit 82def0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/SwiftTreeSitter.git",
"state" : {
"revision" : "3b1599ba9f466d8269cea2474beb5c9f0a3d7a5e",
"version" : "0.7.0"
"revision" : "df25a52f72ebc5b50ae20d26d1363793408bb28b",
"version" : "0.7.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/ChimeHQ/SwiftTreeSitter.git",
exact: "0.7.0"
exact: "0.7.1"
),
],
targets: [
Expand Down

0 comments on commit 82def0c

Please sign in to comment.