From a18da1eba5ebfe1789e6ac91aa7ce27e4e49ddcf Mon Sep 17 00:00:00 2001 From: Elise Alix Date: Mon, 24 Apr 2023 09:57:46 -0400 Subject: [PATCH] fix: use exact 0.10 for secp library (#96) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 4923166b..62975c5f 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( // .package(url: /* package url */, from: "1.0.0"), .package(url: "https://github.com/xmtp/proto", branch: "main"), - .package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", from: "0.10.0"), + .package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", exact: "0.10.0"), .package(url: "https://github.com/argentlabs/web3.swift", from: "1.1.0"), .package(url: "https://github.com/1024jp/GzipSwift", from: "5.2.0"), .package(url: "https://github.com/bufbuild/connect-swift", from: "0.3.0"),