Skip to content

Commit a98b410

Browse files
authored
Raise minimum NIO version to 2.36.0 (#1444)
With the merge of the async/await support to main we now require NIO 2.36.0, which is the release that contains the new availability requirements for EventLoopFuture.get Resolves #1443
1 parent f822ce4 commit a98b410

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
@@ -40,7 +40,7 @@ let argumentParserMinimumVersion: Version = "1.0.0"
4040
let packageDependencies: [Package.Dependency] = [
4141
.package(
4242
url: "https://github.com/apple/swift-nio.git",
43-
from: "2.32.0"
43+
from: "2.36.0"
4444
),
4545
.package(
4646
url: "https://github.com/apple/swift-nio-http2.git",

0 commit comments

Comments
 (0)