Skip to content

Commit

Permalink
fix: bump tss-client version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Mar 8, 2024
1 parent 9cabf96 commit a2e6116
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/tkey/curvelib.swift",
"state": {
"branch": null,
"revision": "85d17cc4fcc9ccf5f444a51d163b2f1671862621",
"version": "0.1.0"
"revision": "7dad3bf1793de263f83406c08c18c9316abf082f",
"version": "0.1.2"
}
},
{
Expand Down Expand Up @@ -132,8 +132,8 @@
"repositoryURL": "https://github.com/torusresearch/tss-client-swift.git",
"state": {
"branch": null,
"revision": "d1a35e3849ec90a64752d9b82ec91052f861ad65",
"version": "2.0.0"
"revision": "9590a1d784177d4679eca62d4dbfe781e9870c40",
"version": "2.0.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/argentlabs/web3.swift", from:"1.6.0"),
.package(url: "https://github.com/torusresearch/tss-client-swift.git", from: "2.0.0"),
.package(url: "https://github.com/torusresearch/tss-client-swift.git", from: "2.0.2"),
],
targets: [
.target(
Expand Down

0 comments on commit a2e6116

Please sign in to comment.