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

Commit

Permalink
Update to SwiftSpellbook 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkenso committed Nov 9, 2023
1 parent e162689 commit 5294abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.library(name: "sXPC", targets: ["sXPC"]),
],
dependencies: [
.package(url: "https://github.com/Alkenso/SwiftSpellbook.git", from: "0.3.2"),
.package(url: "https://github.com/Alkenso/SwiftSpellbook.git", from: "0.3.3"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/sXPC/XPC Transport/XPCTransportMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ extension XPCTransportMessage: Codable {
replySender(replyID, .failure(error))
}
replyAction = {
replyDrop.reset(free: false)
replyDrop.release()
replySender(replyID, $0.map { .encode($0) })
}
}
Expand Down

0 comments on commit 5294abe

Please sign in to comment.