Skip to content

Commit

Permalink
bump to automerge core 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev committed Oct 21, 2024
1 parent 6eb0de3 commit db45b15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
automergeFFI.xcframework.zip
libuniffi_automerge.a
libuniffi_automerge_threads.a
key: automerge-dependencies-{{ hashFiles(AutomergeUniffi/automerge.swift) }}
key: automerge-dependencies-{{ hashFiles(AutomergeUniffi/automerge.swift) }}-{{ hashFiles(rust/Cargo.lock) }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -39,6 +39,7 @@ jobs:
if: steps.cache-automerge.outputs.cache-hit != 'true'
run: ./scripts/compress-framework.sh
- uses: actions/upload-artifact@v4
if: steps.cache-automerge.outputs.cache-hit != 'true'
with:
name: libuniffi_automerge
path: |
Expand All @@ -58,7 +59,7 @@ jobs:
automergeFFI.xcframework.zip
libuniffi_automerge.a
libuniffi_automerge_threads.a
key: automerge-dependencies-{{ hashFiles(AutomergeUniffi/automerge.swift) }}
key: automerge-dependencies-{{ hashFiles(AutomergeUniffi/automerge.swift) }}-{{ hashFiles(rust/Cargo.lock) }}
- name: Get swift version
run: swift --version
- name: Swift tests
Expand All @@ -84,7 +85,7 @@ jobs:
automergeFFI.xcframework.zip
libuniffi_automerge.a
libuniffi_automerge_threads.a
key: automerge-dependencies-{{ hashFiles(AutomergeUniffi/automerge.swift) }}
key: automerge-dependencies-{{ hashFiles(AutomergeUniffi/automerge.swift) }}-{{ hashFiles(rust/Cargo.lock) }}
- name: Cache SDK for WebAssembly
id: cache-wasm-sdk
uses: actions/cache@v4
Expand Down
9 changes: 5 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 = { version = "0.5.11", default-features = false, features = ["wasm"] }
automerge = { version = "0.5.12", default-features = false, features = ["wasm"] }
thiserror = "1.0.38"
uniffi = "0.28.2"

Expand Down

0 comments on commit db45b15

Please sign in to comment.