Skip to content

Commit

Permalink
upgrade crypto101 version
Browse files Browse the repository at this point in the history
  • Loading branch information
pengpengliu committed Dec 23, 2020
1 parent c1c1af6 commit 9840162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/pengpengliu/Crypto101.git",
"state": {
"branch": null,
"revision": "be33c90b9da6c68dd1a96a0bb4c08f225a620dee",
"version": "0.2.2"
"revision": "a689271e95ed057fe315774b3ab89e081fc2279c",
"version": "0.3.0"
}
},
{
"package": "CryptoSwift",
"repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git",
"state": {
"branch": null,
"revision": "39f08ac5269361a50c08ce1e2f41989bfc4b1ec8",
"version": "1.3.1"
"revision": "5669f222e46c8134fb1f399c745fa6882b43532e",
"version": "1.3.8"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/pengpengliu/Base58.git", from: "1.0.0"),
.package(url: "https://github.com/pengpengliu/Crypto101.git", .upToNextMinor(from: "0.2.2")),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.3.1"))
.package(url: "https://github.com/pengpengliu/Crypto101.git", .upToNextMinor(from: "0.3.0")),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.3.8"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 9840162

Please sign in to comment.