Skip to content

Commit f328dc9

Browse files
Update automerge to 0.7.2 (#221)
* feat: update automerge in rs to 0.7.1 * refactor: reduce clone call * Use local xcframework * Automerge Core 0.7.2 --------- Co-authored-by: situ2001 <yongcong2001@outlook.com>
1 parent e7afff7 commit f328dc9

6 files changed

Lines changed: 215 additions & 143 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
5252
// `./scripts/build-ghpages-docs.sh`.
5353
FFIbinaryTarget = .binaryTarget(
5454
name: "automergeFFI",
55-
path: "./automergeFFI.xcframework.zip"
55+
path: "./automergeFFI.xcframework"
5656
)
5757
} else {
5858
FFIbinaryTarget = .binaryTarget(
5959
name: "automergeFFI",
60-
url: "https://github.com/automerge/automerge-swift/releases/download/0.6.1/automergeFFI.xcframework.zip",
61-
checksum: "4bfa96eb95531c4d675281fb31c8ecb0804122a6074f963b9ad379a203318e54"
60+
url: "https://github.com/automerge/automerge-swift/releases/download/0.7.2/automergeFFI.xcframework.zip",
61+
checksum: "10245378e74229b026f689b039d7df3cf17aeed353706d5f420dfd164f283a86"
6262
)
6363
}
6464

0 commit comments

Comments
 (0)