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 097adaf commit 1c82a2a
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 1c82a2a

Please sign in to comment.