Skip to content

Commit

Permalink
Increase permitted range for crypto-kit dependency (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Heard <a.heard@cmcmarkets.com>
  • Loading branch information
AndyHeardApps and andy-heard committed Oct 4, 2023
1 parent 54b9c74 commit cd0fe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
MANGLE_END */
],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.0.0")
.package(url: "https://github.com/apple/swift-crypto.git", "2.0.0" ..< "4.0.0")
],
targets: [
.target(name: "CJWTKitBoringSSL"),
Expand Down

0 comments on commit cd0fe3a

Please sign in to comment.