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 4ea879b commit 133b891Copy full SHA for 133b891
Package.swift
@@ -14,7 +14,7 @@ let package = Package(
14
dependencies: [
15
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.4.0")),
16
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"),
17
- .package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")),
+ .package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0"))
18
],
19
targets: [
20
.target(
0 commit comments