Skip to content

Commit

Permalink
Update Swift package for release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 13, 2024
1 parent 5e93902 commit 28e7a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
.target(name: "FrostSwiftFFI")
], path: "FrostSwift/Sources/FrostSwift"
),
.binaryTarget(name: "RustFramework", url: "https://github.com/pacu/frost-uniffi-sdk/releases/download/0.0.1/RustFramework.xcframework.zip", checksum: "c273d33439e052316bb6f78390d124c3dabf6a8f9b99e26525b92057d38bc2f7"),
.binaryTarget(name: "RustFramework", url: "https://github.com/pacu/frost-uniffi-sdk/releases/download/0.0.2/RustFramework.xcframework.zip", checksum: "19c88b713a302c188284c8bbc1b8214682b90402bc655874e3fd17b3e196b4a4"),
.target(
name: "FrostSwiftFFI",
dependencies: [
Expand Down

0 comments on commit 28e7a12

Please sign in to comment.