Skip to content

Commit

Permalink
Merge branch 'alpha' into feat/allowHost-req
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Nov 1, 2023
2 parents 6868015 + c6509ee commit bbd0d70
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 @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/torusresearch/fetch-node-details-swift.git",
"state": {
"branch": null,
"revision": "68459eb481c382bfbbe28345b8eb25b3897c7447",
"version": "5.0.0"
"revision": "4a887d3895d4a07d40aad4b315744db32f3a0d60",
"version": "5.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(name:"secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .exact("0.12.2")),
.package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift", from: "5.0.0"),
.package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift", from: "5.1.0"),
.package(name:"CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift",from: "1.5.1"),
.package(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit", from: "4.0.0"),
.package(
Expand Down

0 comments on commit bbd0d70

Please sign in to comment.