Skip to content

Commit

Permalink
Updated dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
anquii committed Mar 12, 2023
1 parent a03e7fe commit a495363
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/anquii/Base58.git",
"state": {
"branch": null,
"revision": "520bbd9f8800e101f93453d1429881b6b4cb7a38",
"version": "1.0.0"
"revision": "7e4a1e4e6813c750ed2f9e80a0494c608eebb2ca",
"version": "1.0.1"
}
},
{
"package": "Base58Check",
"repositoryURL": "https://github.com/anquii/Base58Check.git",
"state": {
"branch": null,
"revision": "133f9d4e4f1d47002e8d6ae85152ab57f4098e92",
"version": "1.0.0"
"revision": "f35a770ff7f3fd553cc44057f492c0107cc7b481",
"version": "1.0.1"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/anquii/Base58Check.git",
.upToNextMajor(from: "1.0.0")
.exact("1.0.1")
),
.package(
url: "https://github.com/attaswift/BigInt.git",
.upToNextMajor(from: "5.3.0")
.exact("5.3.0")
),
.package(
url: "https://github.com/anquii/CryptoSwiftWrapper.git",
.upToNextMajor(from: "1.4.3")
.exact("1.4.3")
),
.package(
url: "https://github.com/anquii/RIPEMD160.git",
.upToNextMajor(from: "1.0.0")
.exact("1.0.0")
),
.package(
name: "secp256k1",
Expand Down

0 comments on commit a495363

Please sign in to comment.