Skip to content

Commit 19bc9bb

Browse files
committed
doc: credits
1 parent c4c2475 commit 19bc9bb

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,7 @@ sh ./scripts/build_macos.sh
9797
```
9898

9999
The script will run `uniffi` and generate the `loroFFI.xcframework.zip`.
100+
101+
# Credits
102+
103+
- [Automerge-swift](https://github.com/automerge/automerge-swift): `loro-swift` uses many of `automerge-swift`'s scripts for building and CI.

loro-rs/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

loro-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/uniffi-bindgen.rs"
1515

1616
[dependencies]
1717
# loro-ffi = { path = "../../loro/crates/loro-ffi" }
18-
loro-ffi = { git = "https://github.com/loro-dev/loro.git", branch = "feat-ffi-loro-788" }
18+
loro-ffi = { git = "https://github.com/loro-dev/loro.git", rev = "832bc6581b21efc2e6c7b46d2e3c78f85a128257" }
1919
uniffi = { version = "0.28" }
2020

2121
[build-dependencies]

0 commit comments

Comments
 (0)