Skip to content

Commit 85910dd

Browse files
authored
Update static lib (#2)
1 parent e3e6a40 commit 85910dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ let package = Package(
2323
),
2424
.binaryTarget(
2525
name: "RustLiveKitUniFFI",
26-
url: "https://github.com/livekit/livekit-uniffi-xcframework/releases/download/0.0.1/RustLiveKitUniFFI.xcframework.zip",
27-
checksum: "982f5e0d965bcbf9840cd50a979bf12e3f4ed74ba4326a15cc4e1aaea1670287"
26+
url: "https://github.com/livekit/livekit-uniffi-xcframework/releases/download/0.0.2/RustLiveKitUniFFI.xcframework.zip",
27+
checksum: "ee5aa5feb3c94d39e87860807622dad65a5e8d4a1b6a4efe6d8bf7180ddd8756"
2828
)
2929
]
3030
)

Package@swift-6.0.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let package = Package(
2424
),
2525
.binaryTarget(
2626
name: "RustLiveKitUniFFI",
27-
url: "https://github.com/livekit/livekit-uniffi-xcframework/releases/download/0.0.1/RustLiveKitUniFFI.xcframework.zip",
28-
checksum: "982f5e0d965bcbf9840cd50a979bf12e3f4ed74ba4326a15cc4e1aaea1670287"
27+
url: "https://github.com/livekit/livekit-uniffi-xcframework/releases/download/0.0.2/RustLiveKitUniFFI.xcframework.zip",
28+
checksum: "ee5aa5feb3c94d39e87860807622dad65a5e8d4a1b6a4efe6d8bf7180ddd8756"
2929
)
3030
]
3131
)

0 commit comments

Comments
 (0)