We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133b891 commit 08bf4faCopy full SHA for 08bf4fa
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.library(name: "web3swift", targets: ["web3swift"])
13
],
14
dependencies: [
15
- .package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.4.0")),
+ .package(url: "https://github.com/attaswift/BigInt.git", .upToNextMajor(from: "5.4.0")),
16
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"),
17
.package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0"))
18
0 commit comments