File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -773,7 +773,8 @@ open class Doc:
773
773
try FfiConverterSequenceTypePatch . lift ( rustCallWithError ( FfiConverterTypeDocError . lift) {
774
774
uniffi_uniffi_automerge_fn_method_doc_apply_encoded_changes_with_patches (
775
775
self . uniffiClonePointer ( ) ,
776
- FfiConverterSequenceUInt8 . lower ( changes) ,
776
+ FfiConverterSequenceUInt8
777
+ . lower ( changes) ,
777
778
$0
778
779
)
779
780
} )
@@ -1312,7 +1313,8 @@ open class Doc:
1312
1313
try FfiConverterSequenceTypePatch . lift ( rustCallWithError ( FfiConverterTypeReceiveSyncError . lift) {
1313
1314
uniffi_uniffi_automerge_fn_method_doc_receive_sync_message_with_patches (
1314
1315
self . uniffiClonePointer ( ) ,
1315
- FfiConverterTypeSyncState . lower ( state) ,
1316
+ FfiConverterTypeSyncState
1317
+ . lower ( state) ,
1316
1318
FfiConverterSequenceUInt8 . lower ( msg) ,
1317
1319
$0
1318
1320
)
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
57
57
} else {
58
58
FFIbinaryTarget = . binaryTarget(
59
59
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 "
62
62
)
63
63
}
64
64
You can’t perform that action at this time.
0 commit comments