Skip to content

Commit d5af57c

Browse files
authored
Merge pull request #6 from lishuailibertine/master
update Secp256k1Swift 2.0.0
2 parents c3f4eb1 + a4c1509 commit d5af57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
// Dependencies declare other packages that this package depends on.
1919
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.18.0"),
2020
.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"),
21+
.package(url: "https://github.com/mathwallet/Secp256k1Swift.git", from: "2.0.0"),
2222
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.2")
2323
],
2424
targets: [

0 commit comments

Comments
 (0)