Skip to content

Commit

Permalink
Release of '1.1.99'
Browse files Browse the repository at this point in the history
Updated Package.swift with new checksum and path to zip on Github, and maybe apple/Sources/UniFFI/Sargon.swift.

This commit is not merged into main branch (and need not be).
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent 2e9c1e8 commit 53ee2b4
Show file tree
Hide file tree
Showing 2 changed files with 59,694 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var swiftSettings: [SwiftSetting] = [

let sargonBinaryTargetName = "SargonCoreRS"
let binaryTarget: Target
let useLocalFramework = true
let useLocalFramework = false

if useLocalFramework {
binaryTarget = .binaryTarget(
Expand All @@ -19,8 +19,8 @@ if useLocalFramework {
path: "./target/swift/libsargon-rs.xcframework"
)
} else {
let releaseTag = "0.1.0"
let releaseChecksum = "befef7d56108305ff6ff69d67483471395c3e603e299b3b15f5a826328de272b"
let releaseTag = "1.1.99"
let releaseChecksum = "9404f8e01db6c3e3a052d29b91045a8bf151c8b354c8d9bdb2180b0c00407dc3"
binaryTarget = .binaryTarget(
name: sargonBinaryTargetName,
url:
Expand Down
Loading

0 comments on commit 53ee2b4

Please sign in to comment.