Skip to content

Commit 8666c92

Browse files
authored
Increase minimum required version of Swift-Nio to 2.78.0 (#159)
Recent changes make use of some methods that weren't introduced to Swift-Nio until 2.78.0.
1 parent 014ccd5 commit 8666c92

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
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "WebSocketKit", targets: ["WebSocketKit"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.53.0"),
16+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.78.0"),
1717
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.16.0"),
1818
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.24.0"),
1919
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.16.0"),

0 commit comments

Comments
 (0)