Skip to content

Commit

Permalink
Merge pull request #8 from lishuailibertine/main
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 ce06c10 + 849efc5 commit 1d91ff2
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 @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.4.3"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.1"),
.package(name: "Secp256k1Swift", url: "https://github.com/mathwallet/Secp256k1Swift.git", from: "1.2.0"),
.package(name: "Secp256k1Swift", url: "https://github.com/mathwallet/Secp256k1Swift.git", from: "2.0.0"),
.package(url: "https://github.com/mathwallet/Base58Swift.git", from: "0.0.1"),
.package(name: "TweetNacl", url: "https://github.com/lishuailibertine/tweetnacl-swiftwrap", from: "1.0.5"),
.package(name:"BIP39swift", url: "https://github.com/mathwallet/BIP39swift", from: "1.0.1")
Expand Down

0 comments on commit 1d91ff2

Please sign in to comment.