Skip to content

Commit

Permalink
Merge pull request #112 from torusresearch/bump_fnd
Browse files Browse the repository at this point in the history
bump fnd dep
  • Loading branch information
chaitanyapotti authored Jan 14, 2025
2 parents baa822f + 30df2ea commit 235a708
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/torusresearch/fetch-node-details-swift",
"state" : {
"revision" : "52fb5efaa94e0fe3775913ab00964bcb51601c2a",
"version" : "8.0.0"
"revision" : "5b42dd1675f8a51ffe64feb688db7b1d764d5fc0",
"version" : "8.0.1"
}
},
{
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(url: "https://github.com/tkey/curvelib.swift", from: "2.0.0"),
.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"),
// NB: jwt-kit may only be a dependency in tests or it will break cocoapod support
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
],
Expand Down
4 changes: 2 additions & 2 deletions Torus-utils.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Torus-utils"
spec.version = "10.0.0"
spec.version = "10.0.1"
spec.ios.deployment_target = "13.0"
spec.summary = "Retrieve user shares"
spec.homepage = "https://github.com/torusresearch/torus-utils-swift"
Expand All @@ -10,6 +10,6 @@ Pod::Spec.new do |spec|
spec.module_name = "TorusUtils"
spec.source = { :git => "https://github.com/torusresearch/torus-utils-swift.git", :tag => spec.version }
spec.source_files = "Sources/TorusUtils/*.{swift,json}","Sources/TorusUtils/**/*.{swift,json}"
spec.dependency 'Torus-fetchNodeDetails', '~> 8.0.0'
spec.dependency 'Torus-fetchNodeDetails', '~> 8.0.1'
spec.dependency 'curvelib.swift', '~> 2.0.0'
end
4 changes: 2 additions & 2 deletions cocoapods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- BigInt (5.2.0)
- curvelib.swift (2.0.0)
- Torus-fetchNodeDetails (8.0.0):
- Torus-fetchNodeDetails (8.0.1):
- BigInt (~> 5.2.0)
- Torus-utils (10.0.0):
- curvelib.swift (~> 2.0.0)
- Torus-fetchNodeDetails (~> 8.0.0)
- Torus-fetchNodeDetails (~> 8.0.1)

DEPENDENCIES:
- Torus-utils (from `../`)
Expand Down

0 comments on commit 235a708

Please sign in to comment.