Skip to content

Commit

Permalink
Merge pull request #75 from IdeasOnCanvas/enhancement/useTagForASN1De…
Browse files Browse the repository at this point in the history
…coder

Use tag to specify ASN1Decoder dependency
  • Loading branch information
schwmi committed Nov 22, 2021
2 parents a056269 + 752076e commit 8cd736e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Expand Up @@ -7,7 +7,7 @@
"state": {
"branch": null,
"revision": "6f36ef23becd7f9266ef6b026af4798996a1a8be",
"version": null
"version": "1.8.1"
}
},
{
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Expand Up @@ -14,8 +14,7 @@ let package = Package(
.library(name: "AppReceiptValidator", type: .dynamic, targets: ["AppReceiptValidator"]),
],
dependencies: [
// We currently can't use semantic versioning because the repo uses invalid version strings (e.g. "1.5" instead of "1.5.0")
.package(url: "https://github.com/IdeasOnCanvas/ASN1Decoder", .revision("6f36ef23becd7f9266ef6b026af4798996a1a8be")),
.package(url: "https://github.com/IdeasOnCanvas/ASN1Decoder", from: "1.8.1"),
.package(url: "https://github.com/apple/swift-crypto", from: "1.1.0")
],
targets: [
Expand Down

0 comments on commit 8cd736e

Please sign in to comment.