Skip to content

Commit 1c82a2a

Browse files
Vladislav GlumovVladislav Glumov
Vladislav Glumov
authored and
Vladislav Glumov
committed
web3swift-team#846: change minimum version of CryptoSwift dependency
The minimum version of 1.5.1 is too small. These changes resolve dependency conflicts that have the 'CryptoSwift' dependency within the SPM package
1 parent 097adaf commit 1c82a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
16-
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1")
16+
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.8.0")
1717
],
1818
targets: [
1919
.target(name: "secp256k1"),

0 commit comments

Comments
 (0)