Skip to content

Commit

Permalink
update/lock fnd package
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Aug 14, 2023
1 parent d81f9a6 commit 35720bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"package": "FetchNodeDetails",
"repositoryURL": "https://github.com/torusresearch/fetch-node-details-swift.git",
"state": {
"branch": "sapphire",
"branch": null,
"revision": "c7b4e5a65eb737c029acb2d1aff84854a618384d",
"version": null
"version": "5.0.0-alpha"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["TorusUtils"])
],
dependencies: [
.package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift.git",.branch("sapphire")),
.package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift.git", .exact("5.0.0-alpha")),
.package(name:"CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift.git",from: "1.5.1"),
.package(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
.package(
Expand Down

0 comments on commit 35720bc

Please sign in to comment.