From 849efc5d01be25b5e76eaab91eb76588b4ff5283 Mon Sep 17 00:00:00 2001 From: lishuailibertine Date: Tue, 30 May 2023 12:37:42 +0800 Subject: [PATCH] update Secp256k1Swift 2.0.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 76bd3db..3d1b39f 100644 --- a/Package.swift +++ b/Package.swift @@ -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")