Skip to content

Commit ef3941a

Browse files
committed
update Rust core library to 0.5.11
1 parent 212c711 commit ef3941a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.13/automergeFFI.xcframework.zip",
61-
checksum: "97c16b7c99d4b08256e644399a4ba0ff78a4f7ff176ec9ef40fcf37c18626a1e"
60+
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.14/automergeFFI.xcframework.zip",
61+
checksum: "09c6d40566478c41303404c5929753d9cecde20bacafae0bdc576dadb8239d44"
6262
)
6363
}
6464

rust/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "uniffi-bindgen.rs"
1313
required-features = ["uniffi/cli"]
1414

1515
[dependencies]
16-
automerge = "0.5.10"
16+
automerge = "0.5.11"
1717
thiserror = "1.0.38"
1818
uniffi = "0.27.1"
1919

0 commit comments

Comments
 (0)