diff --git a/README.md b/README.md index c7f0acf..c43aacb 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,7 @@ sh ./scripts/build_macos.sh ``` The script will run `uniffi` and generate the `loroFFI.xcframework.zip`. + +# Credits + +- [Automerge-swift](https://github.com/automerge/automerge-swift): `loro-swift` uses many of `automerge-swift`'s scripts for building and CI. diff --git a/loro-rs/Cargo.lock b/loro-rs/Cargo.lock index 0af6f8e..ebc3353 100644 --- a/loro-rs/Cargo.lock +++ b/loro-rs/Cargo.lock @@ -604,7 +604,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "loro" version = "0.16.2" -source = "git+https://github.com/loro-dev/loro.git?branch=feat-ffi-loro-788#7469c3c0701514b3fcd485e9a8b1046e8ec64554" +source = "git+https://github.com/loro-dev/loro.git?rev=832bc6581b21efc2e6c7b46d2e3c78f85a128257#832bc6581b21efc2e6c7b46d2e3c78f85a128257" dependencies = [ "enum-as-inner 0.6.0", "generic-btree", @@ -616,7 +616,7 @@ dependencies = [ [[package]] name = "loro-common" version = "0.16.2" -source = "git+https://github.com/loro-dev/loro.git?branch=feat-ffi-loro-788#7469c3c0701514b3fcd485e9a8b1046e8ec64554" +source = "git+https://github.com/loro-dev/loro.git?rev=832bc6581b21efc2e6c7b46d2e3c78f85a128257#832bc6581b21efc2e6c7b46d2e3c78f85a128257" dependencies = [ "arbitrary", "enum-as-inner 0.6.0", @@ -632,7 +632,7 @@ dependencies = [ [[package]] name = "loro-delta" version = "0.16.2" -source = "git+https://github.com/loro-dev/loro.git?branch=feat-ffi-loro-788#7469c3c0701514b3fcd485e9a8b1046e8ec64554" +source = "git+https://github.com/loro-dev/loro.git?rev=832bc6581b21efc2e6c7b46d2e3c78f85a128257#832bc6581b21efc2e6c7b46d2e3c78f85a128257" dependencies = [ "arrayvec", "enum-as-inner 0.5.1", @@ -644,7 +644,7 @@ dependencies = [ [[package]] name = "loro-ffi" version = "0.16.2" -source = "git+https://github.com/loro-dev/loro.git?branch=feat-ffi-loro-788#7469c3c0701514b3fcd485e9a8b1046e8ec64554" +source = "git+https://github.com/loro-dev/loro.git?rev=832bc6581b21efc2e6c7b46d2e3c78f85a128257#832bc6581b21efc2e6c7b46d2e3c78f85a128257" dependencies = [ "loro", ] @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "loro-internal" version = "0.16.2" -source = "git+https://github.com/loro-dev/loro.git?branch=feat-ffi-loro-788#7469c3c0701514b3fcd485e9a8b1046e8ec64554" +source = "git+https://github.com/loro-dev/loro.git?rev=832bc6581b21efc2e6c7b46d2e3c78f85a128257#832bc6581b21efc2e6c7b46d2e3c78f85a128257" dependencies = [ "append-only-bytes", "arref", @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "loro-rle" version = "0.16.2" -source = "git+https://github.com/loro-dev/loro.git?branch=feat-ffi-loro-788#7469c3c0701514b3fcd485e9a8b1046e8ec64554" +source = "git+https://github.com/loro-dev/loro.git?rev=832bc6581b21efc2e6c7b46d2e3c78f85a128257#832bc6581b21efc2e6c7b46d2e3c78f85a128257" dependencies = [ "append-only-bytes", "arref", @@ -714,7 +714,7 @@ checksum = "3f3d053a135388e6b1df14e8af1212af5064746e9b87a06a345a7a779ee9695a" [[package]] name = "loro_fractional_index" version = "0.16.2" -source = "git+https://github.com/loro-dev/loro.git?branch=feat-ffi-loro-788#7469c3c0701514b3fcd485e9a8b1046e8ec64554" +source = "git+https://github.com/loro-dev/loro.git?rev=832bc6581b21efc2e6c7b46d2e3c78f85a128257#832bc6581b21efc2e6c7b46d2e3c78f85a128257" dependencies = [ "imbl", "rand", diff --git a/loro-rs/Cargo.toml b/loro-rs/Cargo.toml index 7905b6a..1c5d773 100644 --- a/loro-rs/Cargo.toml +++ b/loro-rs/Cargo.toml @@ -15,7 +15,7 @@ path = "src/uniffi-bindgen.rs" [dependencies] # loro-ffi = { path = "../../loro/crates/loro-ffi" } -loro-ffi = { git = "https://github.com/loro-dev/loro.git", branch = "feat-ffi-loro-788" } +loro-ffi = { git = "https://github.com/loro-dev/loro.git", rev = "832bc6581b21efc2e6c7b46d2e3c78f85a128257" } uniffi = { version = "0.28" } [build-dependencies]