Skip to content

Commit 36b8082

Browse files
committed
updates to package for 0.6.0 release
1 parent 917b6b6 commit 36b8082

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

AutomergeUniffi/automerge.swift

+4-2
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,8 @@ open class Doc:
773773
try FfiConverterSequenceTypePatch.lift(rustCallWithError(FfiConverterTypeDocError.lift) {
774774
uniffi_uniffi_automerge_fn_method_doc_apply_encoded_changes_with_patches(
775775
self.uniffiClonePointer(),
776-
FfiConverterSequenceUInt8.lower(changes),
776+
FfiConverterSequenceUInt8
777+
.lower(changes),
777778
$0
778779
)
779780
})
@@ -1312,7 +1313,8 @@ open class Doc:
13121313
try FfiConverterSequenceTypePatch.lift(rustCallWithError(FfiConverterTypeReceiveSyncError.lift) {
13131314
uniffi_uniffi_automerge_fn_method_doc_receive_sync_message_with_patches(
13141315
self.uniffiClonePointer(),
1315-
FfiConverterTypeSyncState.lower(state),
1316+
FfiConverterTypeSyncState
1317+
.lower(state),
13161318
FfiConverterSequenceUInt8.lower(msg),
13171319
$0
13181320
)

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
5757
} else {
5858
FFIbinaryTarget = .binaryTarget(
5959
name: "automergeFFI",
60-
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.17/automergeFFI.xcframework.zip",
61-
checksum: "fb2a6fc45b427c87f39d11cf749c6f59052579996eae3b4881df69b1c25cbd5f"
60+
url: "https://github.com/automerge/automerge-swift/releases/download/0.6.0/automergeFFI.xcframework.zip",
61+
checksum: "9d8b4a07393b4105cc8c6924736ff09765d3c952e1f7cd63208346d28e52583f"
6262
)
6363
}
6464

0 commit comments

Comments
 (0)