We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa822f commit cc7fb86Copy full SHA for cc7fb86
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
],
13
dependencies: [
14
.package(url: "https://github.com/tkey/curvelib.swift", from: "2.0.0"),
15
- .package(url: "https://github.com/torusresearch/fetch-node-details-swift", from: "8.0.0"),
+ .package(url: "https://github.com/torusresearch/fetch-node-details-swift", from: "8.0.1"),
16
// NB: jwt-kit may only be a dependency in tests or it will break cocoapod support
17
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
18
0 commit comments