Skip to content

Commit

Permalink
Pull in latest Rearrange for sendable fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Dec 22, 2023
1 parent d751678 commit 23923cb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
42 changes: 20 additions & 22 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"object": {
"pins": [
{
"package": "Rearrange",
"repositoryURL": "https://github.com/ChimeHQ/Rearrange",
"state": {
"branch": null,
"revision": "8f97f721d8a08c6e01ab9f7460e53819bef72dfa",
"version": "1.5.3"
}
},
{
"package": "SwiftTreeSitter",
"repositoryURL": "https://github.com/ChimeHQ/SwiftTreeSitter",
"state": {
"branch": null,
"revision": "df25a52f72ebc5b50ae20d26d1363793408bb28b",
"version": "0.7.1"
}
"pins" : [
{
"identity" : "rearrange",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/Rearrange",
"state" : {
"revision" : "0fb658e721c68495f6340c211cc6d4719e6b52d8",
"version" : "1.6.0"
}
]
},
"version": 1
},
{
"identity" : "swifttreesitter",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/SwiftTreeSitter",
"state" : {
"revision" : "df25a52f72ebc5b50ae20d26d1363793408bb28b",
"version" : "0.7.1"
}
}
],
"version" : 2
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", from: "0.7.1"),
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "1.5.3"),
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "1.6.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 23923cb

Please sign in to comment.