Skip to content

Commit 1d3b939

Browse files
Freezing spm versions.
1 parent 1905dea commit 1d3b939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
.library(name: "web3swift", targets: ["web3swift"])
2121
],
2222
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")
23+
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.3.0")),
24+
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.1"))
2525
],
2626
targets: [
2727
.target(name: "secp256k1"),

0 commit comments

Comments
 (0)