Skip to content

Commit

Permalink
use reversion tag for package dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <[email protected]>
  • Loading branch information
Ryanmtate committed Aug 29, 2024
1 parent 9ca858e commit 78b04ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ let package = Package(
targets: ["SpruceIDMobileSdk"])
],
dependencies: [
// .package(url: "https://github.com/spruceid/mobile-sdk-rs.git", .branch("main")),
.package(url: "https://github.com/spruceid/mobile-sdk-rs.git", reversion: "820008ddd0e20c1c286d49e83967ef9362745902"),
// .package(url: "https://github.com/spruceid/mobile-sdk-rs.git", from: "0.0.28"),
.package(path: "../mobile-sdk-rs"),
//.package(path: "../mobile-sdk-rs"),
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0")
],
targets: [
Expand Down

0 comments on commit 78b04ea

Please sign in to comment.