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 da689f6 commit 84c9250Copy full SHA for 84c9250
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.library(name: "web3swift", targets: ["web3swift"]),
11
],
12
dependencies: [
13
- .package(url: "https://github.com/attaswift/BigInt.git", from: "5.0"),
+ .package(url: "https://github.com/attaswift/BigInt.git", from: "5.0.0"),
14
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.8.4"),
15
.package(url: "https://github.com/daltoniam/Starscream.git", from: "3.1.0"),
16
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.0.0"),
0 commit comments