Skip to content

Commit

Permalink
Upgrade to latest MapLibreSwiftUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Oct 24, 2023
1 parent 77338a3 commit 05571ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/stadiamaps/maplibre-swiftui-dsl-playground",
"state" : {
"branch" : "main",
"revision" : "c818b257b1e57743c7b8c26b18f693a2efe86ff2"
"revision" : "7ecb1067a4732ae672c0ce9bfd2ff9ce3c2b43a4"
}
},
{
Expand Down
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/ferrostar-rs.xcframework"
)
} else {
let releaseTag = "0.0.7"
let releaseChecksum = "637d6837bd671791c4a4ef7e315755d39f04bcbcc053cef4498793a58e68f76d"
let releaseTag = "0.0.8"
let releaseChecksum = "429a740bba6e434f76827ac6e01d72b98fcd713d88ab695ccc2a7766c2809679"
binaryTarget = .binaryTarget(
name: "FerrostarCoreRS",
url: "https://github.com/stadiamaps/ferrostar/releases/download/\(releaseTag)/ferrostar-rs.xcframework.zip",
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/ferrostar-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ferrostar-core"
version = "0.0.7"
version = "0.0.8"
authors = ["Ian Wagner <[email protected]>", "Luke Seelenbinder <[email protected]>"]
license = "BSD-3-Clause"
repository = "https://github.com/stadiamaps/ferrostar"
Expand Down

0 comments on commit 05571ee

Please sign in to comment.