Skip to content

Commit

Permalink
Merge pull request #6 from lishuailibertine/master
Browse files Browse the repository at this point in the history
update Secp256k1Swift 2.0.0
  • Loading branch information
yuzhiyou1990 authored May 30, 2023
2 parents c3f4eb1 + a4c1509 commit d5af57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.18.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.2"),
.package(url: "https://github.com/mathwallet/Secp256k1Swift.git", from: "1.3.1"),
.package(url: "https://github.com/mathwallet/Secp256k1Swift.git", from: "2.0.0"),
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.2")
],
targets: [
Expand Down

0 comments on commit d5af57c

Please sign in to comment.