Skip to content

Commit

Permalink
updates XCFramework to use version 0.5.3 of core Automerge library (#84)
Browse files Browse the repository at this point in the history
* updates XCFramework to use version 0.5.3 of core Automerge library
  • Loading branch information
heckj authored Nov 25, 2023
1 parent 856596c commit f762eed
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 5 deletions.
1 change: 1 addition & 0 deletions Tests/AutomergeTests/TestPatches.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class PatchesTestCase: XCTestCase {

let patches = try! doc.receiveSyncMessageWithPatches(state: state1, message: msg)

// CI Note: noticed a failed test at this point, but can't reproduce locally
XCTAssertEqual(
patches,
[
Expand Down
57 changes: 53 additions & 4 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.2"
automerge = "0.5.3"
thiserror = "1.0.38"
uniffi = "0.24.1"

Expand Down

0 comments on commit f762eed

Please sign in to comment.