Skip to content

Commit 4795a0b

Browse files
authored
Allow swift-crypto version 4+ (#592)
Update Package.swift
1 parent 312444e commit 4795a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
3131
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.19.0"),
3232
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.25.0"),
33-
.package(url: "https://github.com/apple/swift-crypto.git", "3.9.0" ..< "4.0.0"),
33+
.package(url: "https://github.com/apple/swift-crypto.git", "3.9.0" ..< "5.0.0"),
3434
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.4.1"),
3535
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
3636
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.5.0"),

0 commit comments

Comments
 (0)