Skip to content

Commit

Permalink
task(deps): relax BigInt version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Sep 15, 2021
1 parent 221469d commit 8463ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/attaswift/BigInt.git",
"state": {
"branch": null,
"revision": "0ed110f7555c34ff468e72e1686e59721f2b0da6",
"version": "5.3.0"
"revision": "19f5e8a48be155e34abb98a2bcf4a343316f0343",
"version": "5.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.0.0"),
.package(url: "https://github.com/lukaskubanek/OrderedDictionary.git", from: "2.2.2")
],
targets: [
Expand Down

0 comments on commit 8463ccf

Please sign in to comment.