Skip to content

Commit 08bf4fa

Browse files
authored
Make BigInt dependency more flexible
1 parent 133b891 commit 08bf4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "web3swift", targets: ["web3swift"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.4.0")),
15+
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMajor(from: "5.4.0")),
1616
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"),
1717
.package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0"))
1818
],

0 commit comments

Comments
 (0)