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.
2 parents c3f4eb1 + a4c1509 commit d5af57cCopy full SHA for d5af57c
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
// Dependencies declare other packages that this package depends on.
19
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.18.0"),
20
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.2"),
21
- .package(url: "https://github.com/mathwallet/Secp256k1Swift.git", from: "1.3.1"),
+ .package(url: "https://github.com/mathwallet/Secp256k1Swift.git", from: "2.0.0"),
22
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.2")
23
],
24
targets: [
0 commit comments