Skip to content

Commit ed57047

Browse files
committed
update rgb-lib to 0.3.0-beta.2 + bump to 0.3.0-beta.2
1 parent 665fa53 commit ed57047

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ let package = Package(
2525
// .binaryTarget(name: "rgb_libFFI", path: "./rgb_libFFI.xcframework"),
2626
.binaryTarget(
2727
name: "rgb_libFFI",
28-
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.3.0-beta.1/rgb_libFFI.xcframework.zip",
29-
checksum: "64499bc8168c59f8f9492bc6fc7b75d2beaa134fef43f6c3d6a0eed94fd3f055"),
28+
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.3.0-beta.2/rgb_libFFI.xcframework.zip",
29+
checksum: "4f73663a455ffebd792c8b9299ad4fe7bd3d7cdb1531e324224433b1a4dc03a1"),
3030
.target(
3131
name: "RgbLib",
3232
dependencies: ["rgb_libFFI"]),

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ For example:
3333
```swift
3434
.binaryTarget(
3535
name: "rgb_libFFI",
36-
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.3.0-beta.1/rgb_libFFI.xcframework.zip",
37-
checksum: "64499bc8168c59f8f9492bc6fc7b75d2beaa134fef43f6c3d6a0eed94fd3f055"),
36+
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.3.0-beta.2/rgb_libFFI.xcframework.zip",
37+
checksum: "4f73663a455ffebd792c8b9299ad4fe7bd3d7cdb1531e324224433b1a4dc03a1"),
3838
```
3939

4040
Commit the changed `Package.swift` file, then tag the commit with the new

0 commit comments

Comments
 (0)