Skip to content

Commit

Permalink
web3swift-team#846: change minimum version of CryptoSwift dependency
Browse files Browse the repository at this point in the history
The minimum version of 1.5.1 is too small. These changes resolve dependency conflicts that have the 'CryptoSwift' dependency within the SPM package
  • Loading branch information
Vladislav Glumov authored and Vladislav Glumov committed Feb 10, 2024
1 parent 34cf1e8 commit 006fb2f
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 @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1")
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.8.0")
],
targets: [
.target(name: "secp256k1"),
Expand Down

0 comments on commit 006fb2f

Please sign in to comment.