We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f66e3 commit 92f1da1Copy full SHA for 92f1da1
Package.swift
@@ -46,7 +46,7 @@ let package = Package(
46
],
47
dependencies: [
48
.package(url: "https://github.com/apple/swift-nio.git", from: "2.55.0"),
49
- .package(url: "https://github.com/apple/swift-nio-ssl", .upToNextMajor(from: "2.25.0")),
+ .package(url: "https://github.com/apple/swift-nio-ssl", .from: "2.25.0"),
50
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.1.0"),
51
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
52
// The zstd Swift package produces warnings that we cannot resolve:
0 commit comments