Skip to content

Commit

Permalink
Updated Crypto Swift + Removed Exclude Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi8094 committed Oct 10, 2021
1 parent f46458e commit 358554a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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/krzyzanowskim/CryptoSwift.git",
"state": {
"branch": null,
"revision": "8d4f6384e0a8cc41f2005247241dd553963a492a",
"version": "1.4.1"
"revision": "4b0565384d3c4c588af09e660535b2c7c9bf5b39",
"version": "1.4.2"
}
}
]
Expand Down
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.4.1"))
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.4.2"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -23,9 +23,6 @@ let package = Package(
name: "SwiftyJWA",
dependencies: [
.product(name: "CryptoSwift", package: "CryptoSwift")
],
exclude: [
"HMAC/HMACCommonCrypto.swift"
]),
.target(
name: "SwiftyJWT",
Expand Down

0 comments on commit 358554a

Please sign in to comment.