Skip to content

Commit d9c3c05

Browse files
committed
new binary release
1 parent f76ab98 commit d9c3c05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Package.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
// Products define the executables and libraries a package produces, making them visible to other packages.
1111
.library(
1212
name: "bevy_ios_iap",
13-
targets: ["bevy_ios_iap"]),
13+
targets: ["bevy_ios_iap"])
1414
],
1515
targets: [
1616
// Targets are the basic building blocks of a package, defining a module or a test suite.
@@ -19,8 +19,9 @@ let package = Package(
1919
name: "RustXcframework",
2020
// for local development:
2121
// path: "RustXcframework.xcframework"),
22-
url: "https://github.com/rustunit/bevy_ios_iap/releases/download/rs-0.6.0/RustXcframework.xcframework.zip",
23-
checksum: "ce0261d0fda41b2108b9f34bd2235f0e245c6b666a1921615a24a8a61fa41f1e"),
22+
url:
23+
"https://github.com/rustunit/bevy_ios_iap/releases/download/rs-0.6.1/RustXcframework.xcframework.zip",
24+
checksum: "8f000fb72c85661a2a12096fcd4f753f8cc29cedce9f91da69783b19d10b8d8c"),
2425
.target(
2526
name: "bevy_ios_iap",
2627
dependencies: ["RustXcframework"]),

0 commit comments

Comments
 (0)