From 08bf4fa83669a733f96d703d5c8f6be48e3d697b Mon Sep 17 00:00:00 2001 From: Bogdan Gusiev Date: Fri, 15 Aug 2025 15:02:41 -0400 Subject: [PATCH] Make BigInt dependency more flexible --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 5a46dd72..009587cb 100755 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "web3swift", targets: ["web3swift"]) ], dependencies: [ - .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")), .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"), .package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")) ],