File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 " ] ) ,
You can’t perform that action at this time.
0 commit comments