File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
11
11
} else {
12
12
FFIbinaryTarget = . binaryTarget(
13
13
name: " LoroFFI " ,
14
- url: " https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.2 /loroFFI.xcframework.zip " ,
15
- checksum: " 002f5343f0088f05ac90183e5dc1545e6b1f53f39b547ec7d3c2aa07d0f643c8 "
14
+ url: " https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.3 /loroFFI.xcframework.zip " ,
15
+ checksum: " 51ea1971e28a743e468c3814891531c0096a8d8cb2bc3f44384ee19ff15c4f40 "
16
16
)
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ let package = Package(
34
34
products : [...... ],
35
35
dependencies :[
36
36
... ,
37
- .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 0.16.2-alpha.2 " )
37
+ .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 0.16.2-alpha.3 " )
38
38
],
39
39
targets :[
40
40
.executableTarget (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUST_NIGHTLY="nightly-2024-05-23"
25
25
echo " Install nightly and rust-src for Catalyst"
26
26
rustup toolchain install ${RUST_NIGHTLY}
27
27
rustup component add rust-src --toolchain ${RUST_NIGHTLY}
28
- rustup update
28
+ # rustup update
29
29
rustup default ${RUST_NIGHTLY}
30
30
31
31
You can’t perform that action at this time.
0 commit comments