Skip to content

Commit

Permalink
Undo temporary Package.swift change.
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-spruceid committed Aug 7, 2024
1 parent 55609f3 commit 73d644f
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,8 +14,8 @@ 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", from: "0.0.26"),
// .package(url: "https://github.com/spruceid/mobile-sdk-rs.git", .branch("main")),
.package(url: "https://github.com/spruceid/mobile-sdk-rs.git", from: "0.0.26"),
// .package(path: "../mobile-sdk-rs"),
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0")
],
Expand Down

0 comments on commit 73d644f

Please sign in to comment.