Skip to content

Commit

Permalink
chore: release v0.16.2-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeeon233 committed Aug 10, 2024
1 parent 13b9117 commit fed746e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
}else {
FFIbinaryTarget = .binaryTarget(
name: "LoroFFI",
url: "https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.2/loroFFI.xcframework.zip",
checksum: "002f5343f0088f05ac90183e5dc1545e6b1f53f39b547ec7d3c2aa07d0f643c8"
url: "https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.3/loroFFI.xcframework.zip",
checksum: "51ea1971e28a743e468c3814891531c0096a8d8cb2bc3f44384ee19ff15c4f40"
)
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let package = Package(
products: [......],
dependencies:[
...,
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.2")
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.3")
],
targets:[
.executableTarget(
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_swift_ffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUST_NIGHTLY="nightly-2024-05-23"
echo "Install nightly and rust-src for Catalyst"
rustup toolchain install ${RUST_NIGHTLY}
rustup component add rust-src --toolchain ${RUST_NIGHTLY}
rustup update
# rustup update
rustup default ${RUST_NIGHTLY}


Expand Down

0 comments on commit fed746e

Please sign in to comment.