Skip to content

Commit

Permalink
fix: use exact 0.10 for secp library (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elise Alix authored Apr 24, 2023
1 parent c2c8ae2 commit a18da1e
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 @@ -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"),
Expand Down

0 comments on commit a18da1e

Please sign in to comment.