Skip to content

Commit 5a7f579

Browse files
committed
Use big-num v2.0.0
1 parent 507daf4 commit 5a7f579

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
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/apple/swift-crypto", from: "1.0.0"),
19-
.package(url: "https://github.com/adam-fowler/big-num", .branch("boringssl")),
19+
.package(url: "https://github.com/adam-fowler/big-num", from: "2.0.0"),
2020
],
2121
targets: [
2222
.target(name: "SRP", dependencies: ["BigNum", "Crypto"]),

0 commit comments

Comments
 (0)