Skip to content

Commit

Permalink
Merge pull request #68 from torusresearch/lock_secp256k1
Browse files Browse the repository at this point in the history
fix: lock secp256k1 to version 0.12.2
  • Loading branch information
metalurgical authored Sep 22, 2023
2 parents 02707f0 + c8406bf commit 49dd5db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ let package = Package(
targets: ["TorusUtils"])
],
dependencies: [
.package(name:"secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift.git", from: "0.12.2"),
.package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift.git", from: "5.0.0"),
.package(name:"CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift.git",from: "1.5.1"),
.package(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
.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:"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(
name:"AnyCodable",
url: "https://github.com/Flight-School/AnyCodable",
Expand Down

0 comments on commit 49dd5db

Please sign in to comment.