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 1905dea commit 1d3b939Copy full SHA for 1d3b939
Package.swift
@@ -20,8 +20,8 @@ let package = Package(
20
.library(name: "web3swift", targets: ["web3swift"])
21
],
22
dependencies: [
23
- .package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
24
- .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1")
+ .package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.3.0")),
+ .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.1"))
25
26
targets: [
27
.target(name: "secp256k1"),
0 commit comments