Skip to content

Commit f8d38b6

Browse files
committed
chore: release v0.16.2-alpha.3
1 parent 13b9117 commit f8d38b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
1111
}else {
1212
FFIbinaryTarget = .binaryTarget(
1313
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: "81b0302742e369f398f365eab359478cfa676ff5f907ad0346b6d88fa79de361"
1616
)
1717
}
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let package = Package(
3434
products: [......],
3535
dependencies:[
3636
...,
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")
3838
],
3939
targets:[
4040
.executableTarget(

scripts/build_swift_ffi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUST_NIGHTLY="nightly-2024-05-23"
2525
echo "Install nightly and rust-src for Catalyst"
2626
rustup toolchain install ${RUST_NIGHTLY}
2727
rustup component add rust-src --toolchain ${RUST_NIGHTLY}
28-
rustup update
28+
# rustup update
2929
rustup default ${RUST_NIGHTLY}
3030

3131

0 commit comments

Comments
 (0)