Skip to content

Commit 65c52d8

Browse files
Freezing CryptoSwift dependency to last working version (1.4.3)
1 parent 6429bd4 commit 65c52d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 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
@@ -24,7 +24,7 @@ let package = Package(
2424
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
2525
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.2"),
2626
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.4"),
27-
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.2")
27+
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exact("1.4.3"))
2828
],
2929
targets: [
3030
.target(name: "secp256k1"),

0 commit comments

Comments
 (0)