Skip to content

Commit 00ec617

Browse files
committed
fixup! refactor: use CC transaction API everywhere
1 parent 0e959f7 commit 00ec617

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WireCoreCrypto/Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ let package = Package(
2121
targets: [
2222
.binaryTarget(
2323
name: "WireCoreCrypto",
24-
url: "https://github.com/wireapp/core-crypto/releases/download/v5.1.0/WireCoreCrypto.xcframework.zip",
25-
checksum: "7e220bb5b0eb7125bba8697ced466bb0b1aac0b80ea919bbfb8a7626c98d3889"
24+
url: "https://github.com/wireapp/core-crypto/releases/download/v5.2.0/WireCoreCrypto.xcframework.zip",
25+
checksum: "18dfc6bdd63722996b874319d2bac9d54b6557086eae569fa906e6ad2c704e16"
2626
),
2727
.binaryTarget(
2828
name: "WireCoreCryptoUniffi",
29-
url: "https://github.com/wireapp/core-crypto/releases/download/v5.1.0/WireCoreCryptoUniffi.xcframework.zip",
30-
checksum: "14e267bd6c523148cae477d29fc8d55817444f8827097a4ad2e1afc7ff579644"
29+
url: "https://github.com/wireapp/core-crypto/releases/download/v5.2.0/WireCoreCryptoUniffi.xcframework.zip",
30+
checksum: "c87e782f4effeba4596d6ee26b1f8a601ce36dd44dcc9544d24c2089baa7ef2b"
3131
)
3232
]
3333
)

0 commit comments

Comments
 (0)