From 4cb52cd834e7aa98058438e05389f1d5d19e8d60 Mon Sep 17 00:00:00 2001 From: Jack <945947485@qq.com> Date: Fri, 27 Oct 2023 16:23:34 +0800 Subject: [PATCH] Update Package.swift update bigint version --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index b6ab33c0..189b16eb 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( .library(name: "web3-zksync.swift", targets: ["web3-zksync"]) ], dependencies: [ - .package(name: "BigInt", url: "https://github.com/attaswift/BigInt", from: "5.0.0"), + .package(name: "BigInt", url: "https://github.com/attaswift/BigInt", from: "3.1"), .package(name: "GenericJSON", url: "https://github.com/iwill/generic-json-swift", .upToNextMajor(from: "2.0.0")), .package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", .upToNextMajor(from: "0.6.0")), .package(url: "https://github.com/vapor/websocket-kit.git", from: "2.0.0"),