Skip to content

Commit

Permalink
Merge pull request #61 from pacu/release-0.0.6
Browse files Browse the repository at this point in the history
release 0.0.6
  • Loading branch information
pacu authored Jul 4, 2024
2 parents 73ce3a8 + 95bdaf8 commit 313930f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5/RustFramework.xcframework.zip", checksum: "e2cb28698574d9b064af5ff931674d67e37023a1a1f38ffcf5a3966ac1b8d736"),
.binaryTarget(name: "RustFramework", url: "https://github.com/pacu/frost-uniffi-sdk/releases/download/0.0.6/RustFramework.xcframework.zip", checksum: "b84677041219487bca551d563ff2993164454e6d70fd74076ed1f6309a7c9d85"),
.target(
name: "FrostSwiftFFI",
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion frost-uniffi-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frost-uniffi-sdk"
version = "0.0.5"
version = "0.0.6"
edition = "2021"


Expand Down

0 comments on commit 313930f

Please sign in to comment.