Skip to content

Commit 0fde703

Browse files
authored
Version 0.0.7 (#17)
Cut release version 0.0.7
1 parent 7c52a4d commit 0fde703

File tree

8 files changed

+590
-399
lines changed

8 files changed

+590
-399
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ let package = Package(
4141
// For release artifacts, reference the MozillaRustComponents as a URL with checksum.
4242
// IMPORTANT: The checksum has to be on the line directly after the `url`
4343
// this is important for our release script so that all values are updated correctly
44-
url: "https://117909-129966583-gh.circle-artifacts.com/0/dist/MozillaRustComponents.xcframework.zip",
45-
checksum: "92a66ee992a3848dae8319be996833120e9a86f2bc08354d181b81197bf79e4e"
44+
url: "https://118551-129966583-gh.circle-artifacts.com/0/dist/MozillaRustComponents.xcframework.zip",
45+
checksum: "2195ff4b9f942cf8dc66461514af57be56e7c663f37e3e5d5b7f9a3adc5cf71f"
4646

4747
// For local testing, you can point at an (unzipped) XCFramework that's part of the repo.
4848
// Note that you have to actually check it in and make a tag for it to work correctly.

0 commit comments

Comments
 (0)