Skip to content

Commit e01c1c2

Browse files
authored
Updated BigInt version to 5.3.0
1 parent 98e390e commit e01c1c2

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
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "web3-zksync.swift", targets: ["web3-zksync"])
1414
],
1515
dependencies: [
16-
.package(name: "BigInt", url: "https://github.com/attaswift/BigInt", from: "5.2.0"),
16+
.package(name: "BigInt", url: "https://github.com/attaswift/BigInt", from: "5.3.0"),
1717
.package(name: "GenericJSON", url: "https://github.com/iwill/generic-json-swift", .upToNextMajor(from: "2.0.0")),
1818
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", .upToNextMajor(from: "0.6.0")),
1919
.package(url: "https://github.com/vapor/websocket-kit.git", from: "2.0.0"),

0 commit comments

Comments
 (0)