Skip to content

Commit

Permalink
Support Crypto 4.0.0 (#199)
Browse files Browse the repository at this point in the history
* Support Crypto 4.0.0

* Fix linting error
  • Loading branch information
0xTim authored Oct 7, 2024
1 parent 13856ca commit 39788ce
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 @@ -13,7 +13,7 @@ let package = Package(
.library(name: "JWTKit", targets: ["JWTKit"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.8.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "3.8.0"..<"5.0.0"),
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
],
Expand Down

0 comments on commit 39788ce

Please sign in to comment.