Skip to content

Commit

Permalink
updating to 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Mar 23, 2024
1 parent c1aec77 commit d945b34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
} else {
FFIbinaryTarget = .binaryTarget(
name: "automergeFFI",
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.10/automergeFFI.xcframework.zip",
checksum: "4555d6dcdbb806c50d4118700ae03bba1b747671ecd6fac24f28c5256d5507ab"
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.11/automergeFFI.xcframework.zip",
checksum: "ee8c34da93ed5b4299d59a30135d35c171beeb8c8a7155682bd87eeda695411e"
)
}

Expand Down
4 changes: 2 additions & 2 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "uniffi-bindgen.rs"
required-features = ["uniffi/cli"]

[dependencies]
automerge = "0.5.8"
automerge = "0.5.9"
thiserror = "1.0.38"
uniffi = "0.26.1"

Expand Down

0 comments on commit d945b34

Please sign in to comment.