Skip to content

Commit

Permalink
chore(ios): use semver on SwiftRs dependency instead of git revision
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Mar 17, 2023
1 parent ae296f3 commit 7765bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/mobile/ios-api/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(name: "SwiftRs", url: "https://github.com/Brendonovich/swift-rs", .revision("cbb9b96b6036108e76879713e910c05bc9e145c7")),
.package(name: "SwiftRs", url: "https://github.com/Brendonovich/swift-rs", from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 7765bbc

Please sign in to comment.