Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
AsyncXPCConnection 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jun 29, 2023
1 parent 7bc6b6b commit feb73fa
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,9 +5,9 @@
"package": "AsyncXPCConnection",
"repositoryURL": "https://github.com/ChimeHQ/AsyncXPCConnection",
"state": {
"branch": "main",
"branch": null,
"revision": "d412536e2b198a405ca641b782e59f2853dedd6d",
"version": null
"version": "0.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/ChimeHQ/ProcessEnv", from: "0.3.1"),
.package(url: "https://github.com/mattmassicotte/Queue", from: "0.1.3"),
.package(url: "https://github.com/ChimeHQ/AsyncXPCConnection", branch: "main"),
.package(url: "https://github.com/ChimeHQ/AsyncXPCConnection", from: "0.1.0"),
],
targets: [
.target(name: "ProcessServiceShared"),
Expand Down

0 comments on commit feb73fa

Please sign in to comment.