Skip to content

Commit

Permalink
Merge pull request #36 from XYOracleNetwork/feature/secp256k1-lib
Browse files Browse the repository at this point in the history
Feature/secp256k1 lib
  • Loading branch information
JoelBCarter authored Nov 10, 2024
2 parents da2b987 + 0aeb7f7 commit c801541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"package": "swift-secp256k1",
"repositoryURL": "https://github.com/GigaBitcoin/secp256k1.swift.git",
"repositoryURL": "https://github.com/21-DOT-DEV/swift-secp256k1",
"state": {
"branch": null,
"revision": "57ce9af6db14e0114af631ace25231a9d0ccccbd",
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.2.0")),
.package(
name: "secp256k1",
url: "https://github.com/GigaBitcoin/secp256k1.swift.git",
.upToNextMajor(from: "0.5.0")),
name: "secp256k1",
url: "https://github.com/21-DOT-DEV/swift-secp256k1",
"0.18.0"..."0.18.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit c801541

Please sign in to comment.