Skip to content

Commit df85f7f

Browse files
committed
Ensure swift-secp256k1 remains at 0.18.0
Upgrading it caused issues with respect to importing the package, causing crashes. This should resolve things. In the future, that package will be upgraded on a case-by-case basis until the author states it's stable enough to use without concerns.
1 parent 1980771 commit df85f7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
],
2121
dependencies: [
2222
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "4.0.0"),
23-
.package(url: "https://github.com/21-DOT-DEV/swift-secp256k1.git", from: "0.18.0"),
23+
.package(url: "https://github.com/21-DOT-DEV/swift-secp256k1.git", exact: "0.18.0"),
2424
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.5.1")
2525
],
2626
targets: [

0 commit comments

Comments
 (0)