Skip to content

Commit

Permalink
Upgrade UniFFI to get foreign trait binding improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Nov 6, 2023
1 parent 9be1228 commit e76cbeb
Show file tree
Hide file tree
Showing 6 changed files with 319 additions and 110 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if useLocalFramework {
path: "./common/target/ios/libferrostar-rs.xcframework"
)
} else {
let releaseTag = "0.0.11"
let releaseChecksum = "fe96536fe660211292f31c9b7bb275d976797758bf8bbaead3bde733b1e2c7f9"
let releaseTag = "0.0.12"
let releaseChecksum = "11a0edc5f3a8c912091cdd7cecc867dfba0cad1867d97e3c6227349fe903ccc8"
binaryTarget = .binaryTarget(
name: "FerrostarCoreRS",
url: "https://github.com/stadiamaps/ferrostar/releases/download/\(releaseTag)/libferrostar-rs.xcframework.zip",
Expand Down
Loading

0 comments on commit e76cbeb

Please sign in to comment.